Html Css Color HEX #5F31E8 Han Purple

📋 copy color: '#5F31E8'

red 95 ◦ green 49 ◦ blue 232

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

Shades of Han Purple #5F31E8

Tints of Han Purple #5F31E8

RGB

 RED value IS 95 (37.5% from 255) = 25.27%

 GREEN value IS 49 (19.53% from 255) = 13.03%

 BLUE value IS 232 (91.02% from 255) = 61.7%

R = 25.27%
G = 13.03%
B = 61.7%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5F31E8 (or 0x5F31E8) is known color: Han Purple. HEX triplet: 5F, 31 and E8. RGB value is (95,49,232). Sum of RGB (Red+Green+Blue) = 95+49+232=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 232 (91.02% from 255 or 61.70% from 376); Max value from RGB is 232 - color contains mainly: blue. Hex color #5F31E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F31E8 is #A0CE17. Grayscale: #525252. Windows color (decimal): -10538520 or 15216991. OLE color: 15216991.

HSL color Cylindrical-coordinate representation of color #5F31E8: hue angle of 255.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F31E8 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 95 49 232 -
CMYK 0.59 0.79 0 0.09
HSL 255.08º 0.8% 0.55% -
HSV(B) 255.08º 0.79% 0.91% -
XYZ 20.38 10.46 77.29 -
YUV 83.62 211.74 136.12 -
System Red Green Blue C M Y K H S L
Decimal 95 49 232 0.59 0.79 0 0.09 255.08 0.8 0.55
Hex 5F 31 E8 3B 4F 0 9 FF 50 37
Octal 137 61 350 73 117 0 11 377 120 67
Binary 1011111 110001 11101000 111011 1001111 0 1001 11111111 1010000 110111

Color Harmonies of #5F31E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F31E8

Black with #5F31E8

Text Example


Text Example

White with #5F31E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F31E8; }

 p { color: rgb(95,49,232); }

 H1.HeaderClassName
 {
   color: #5F31E8;
 }
 .AnyTagClassName
 {
   color: #5F31E8;
 }
</style>

background-color css

<style>
 a { background-color: #5F31E8; }

 a { background-color: rgb(95,49,232); }

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

border-color css

<style>
 span { border-color: #5F31E8; }

 span { border-color: rgb(95,49,232); }

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