Html Css Color HEX #5F086E Indigo

📋 copy color: '#5F086E'

red 95 ◦ green 8 ◦ blue 110

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

Shades of Indigo #5F086E

Tints of Indigo #5F086E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.64%

R = 44.6%
G = 3.76%
B = 51.64%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F086E (or 0x5F086E) is known color: Indigo. HEX triplet: 5F, 08 and 6E. RGB value is (95,8,110). Sum of RGB (Red+Green+Blue) = 95+8+110=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 110 (43.36% from 255 or 51.64% from 213); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F086E is #A0F791. Grayscale: #2D2D2D. Windows color (decimal): -10549138 or 7211103. OLE color: 7211103.

HSL color Cylindrical-coordinate representation of color #5F086E: hue angle of 291.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F086E is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 95 8 110 -
CMYK 0.14 0.93 0 0.57
HSL 291.18º 0.86% 0.23% -
HSV(B) 291.18º 0.93% 0.43% -
XYZ 7.62 3.73 15.07 -
YUV 45.64 164.32 163.21 -
System Red Green Blue C M Y K H S L
Decimal 95 8 110 0.14 0.93 0 0.57 291.18 0.86 0.23
Hex 5F 8 6E E 5D 0 39 123 56 17
Octal 137 10 156 16 135 0 71 443 126 27
Binary 1011111 1000 1101110 1110 1011101 0 111001 100100011 1010110 10111

Color Harmonies of #5F086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F086E

Black with #5F086E

Text Example


Text Example

White with #5F086E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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