Html Css Color HEX #5F0688 Indigo

📋 copy color: '#5F0688'

red 95 ◦ green 6 ◦ blue 136

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

Shades of Indigo #5F0688

Tints of Indigo #5F0688

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

 BLUE value IS 136 (53.52% from 255) = 57.38%

R = 40.08%
G = 2.53%
B = 57.38%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5F0688 (or 0x5F0688) is known color: Indigo. HEX triplet: 5F, 06 and 88. RGB value is (95,6,136). Sum of RGB (Red+Green+Blue) = 95+6+136=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F0688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0688 is #A0F977. Grayscale: #2F2F2F. Windows color (decimal): -10549624 or 8914527. OLE color: 8914527.

HSL color Cylindrical-coordinate representation of color #5F0688: hue angle of 281.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F0688 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 95 6 136 -
CMYK 0.30 0.96 0 0.47
HSL 281.08º 0.92% 0.28% -
HSV(B) 281.08º 0.96% 0.53% -
XYZ 9.23 4.34 23.64 -
YUV 47.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 95 6 136 0.30 0.96 0 0.47 281.08 0.92 0.28
Hex 5F 6 88 1E 60 0 2F 119 5C 1C
Octal 137 6 210 36 140 0 57 431 134 34
Binary 1011111 110 10001000 11110 1100000 0 101111 100011001 1011100 11100

Color Harmonies of #5F0688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0688

Black with #5F0688

Text Example


Text Example

White with #5F0688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,6,136); }

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

background-color css

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

 a { background-color: rgb(95,6,136); }

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

border-color css

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

 span { border-color: rgb(95,6,136); }

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