Html Css Color HEX #5F086C Indigo

📋 copy color: '#5F086C'

red 95 ◦ green 8 ◦ blue 108

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

Shades of Indigo #5F086C

Tints of Indigo #5F086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.18%

R = 45.02%
G = 3.79%
B = 51.18%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5F086C (or 0x5F086C) is known color: Indigo. HEX triplet: 5F, 08 and 6C. RGB value is (95,8,108). Sum of RGB (Red+Green+Blue) = 95+8+108=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F086C is #A0F793. Grayscale: #2D2D2D. Windows color (decimal): -10549140 or 7080031. OLE color: 7080031.

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

Color convert

RGB 95 8 108 -
CMYK 0.12 0.93 0 0.58
HSL 292.2º 0.86% 0.23% -
HSV(B) 292.2º 0.93% 0.42% -
XYZ 7.51 3.69 14.5 -
YUV 45.41 163.32 163.37 -
System Red Green Blue C M Y K H S L
Decimal 95 8 108 0.12 0.93 0 0.58 292.2 0.86 0.23
Hex 5F 8 6C C 5D 0 3A 124 56 17
Octal 137 10 154 14 135 0 72 444 126 27
Binary 1011111 1000 1101100 1100 1011101 0 111010 100100100 1010110 10111

Color Harmonies of #5F086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F086C

Black with #5F086C

Text Example


Text Example

White with #5F086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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