Html Css Color HEX #5F0881 Indigo

📋 copy color: '#5F0881'

red 95 ◦ green 8 ◦ blue 129

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

Shades of Indigo #5F0881

Tints of Indigo #5F0881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.45%

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 40.95%
G = 3.45%
B = 55.6%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5F0881 (or 0x5F0881) is known color: Indigo. HEX triplet: 5F, 08 and 81. RGB value is (95,8,129). Sum of RGB (Red+Green+Blue) = 95+8+129=232 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.95% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F0881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0881 is #A0F77E. Grayscale: #2F2F2F. Windows color (decimal): -10549119 or 8456287. OLE color: 8456287.

HSL color Cylindrical-coordinate representation of color #5F0881: hue angle of 283.14º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0881 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 8 129 -
CMYK 0.26 0.94 0 0.49
HSL 283.14º 0.88% 0.27% -
HSV(B) 283.14º 0.94% 0.51% -
XYZ 8.77 4.19 21.12 -
YUV 47.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 95 8 129 0.26 0.94 0 0.49 283.14 0.88 0.27
Hex 5F 8 81 1A 5E 0 31 11B 58 1B
Octal 137 10 201 32 136 0 61 433 130 33
Binary 1011111 1000 10000001 11010 1011110 0 110001 100011011 1011000 11011

Color Harmonies of #5F0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0881

Black with #5F0881

Text Example


Text Example

White with #5F0881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,8,129); }

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

background-color css

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

 a { background-color: rgb(95,8,129); }

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

border-color css

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

 span { border-color: rgb(95,8,129); }

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