Html Css Color HEX #581FEA Han Purple

📋 copy color: '#581FEA'

red 88 ◦ green 31 ◦ blue 234

#581FEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #581FEA

Tints of Han Purple #581FEA

RGB

 RED value IS 88 (34.77% from 255) = 24.93%

 GREEN value IS 31 (12.5% from 255) = 8.78%

 BLUE value IS 234 (91.8% from 255) = 66.29%

R = 24.93%
G = 8.78%
B = 66.29%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#581FEA (or 0x581FEA) is known color: Han Purple. HEX triplet: 58, 1F and EA. RGB value is (88,31,234). Sum of RGB (Red+Green+Blue) = 88+31+234=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #581FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FEA is #A7E015. Grayscale: #464646. Windows color (decimal): -11001878 or 15343448. OLE color: 15343448.

HSL color Cylindrical-coordinate representation of color #581FEA: hue angle of 256.85º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581FEA is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 31 234 -
CMYK 0.62 0.87 0 0.08
HSL 256.85º 0.83% 0.52% -
HSV(B) 256.85º 0.87% 0.92% -
XYZ 19.37 9 78.56 -
YUV 71.19 219.88 139.99 -
System Red Green Blue C M Y K H S L
Decimal 88 31 234 0.62 0.87 0 0.08 256.85 0.83 0.52
Hex 58 1F EA 3E 57 0 8 101 53 34
Octal 130 37 352 76 127 0 10 401 123 64
Binary 1011000 11111 11101010 111110 1010111 0 1000 100000001 1010011 110100

Color Harmonies of #581FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581FEA

Black with #581FEA

Text Example


Text Example

White with #581FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581FEA; }

 p { color: rgb(88,31,234); }

 H1.HeaderClassName
 {
   color: #581FEA;
 }
 .AnyTagClassName
 {
   color: #581FEA;
 }
</style>

background-color css

<style>
 a { background-color: #581FEA; }

 a { background-color: rgb(88,31,234); }

 div.DivClassName
 {
   background-color: #581FEA;
 }
 .BgClassName
 {
   background-color: #581FEA;
 }
</style>

border-color css

<style>
 span { border-color: #581FEA; }

 span { border-color: rgb(88,31,234); }

 td.TdClassName
 {
   border-color: #581FEA;
 }
 .TagClassName
 {
   border-color: #581FEA;
 }
</style>