Html Css Color HEX #5F059C Indigo

📋 copy color: '#5F059C'

red 95 ◦ green 5 ◦ blue 156

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

Shades of Indigo #5F059C

Tints of Indigo #5F059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

 BLUE value IS 156 (61.33% from 255) = 60.94%

R = 37.11%
G = 1.95%
B = 60.94%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F059C (or 0x5F059C) is known color: Indigo. HEX triplet: 5F, 05 and 9C. RGB value is (95,5,156). Sum of RGB (Red+Green+Blue) = 95+5+156=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F059C is #A0FA63. Grayscale: #303030. Windows color (decimal): -10549860 or 10224991. OLE color: 10224991.

HSL color Cylindrical-coordinate representation of color #5F059C: hue angle of 275.76º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F059C is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 5 156 -
CMYK 0.39 0.97 0 0.39
HSL 275.76º 0.94% 0.32% -
HSV(B) 275.76º 0.97% 0.61% -
XYZ 10.77 4.94 31.84 -
YUV 49.12 188.32 160.72 -
System Red Green Blue C M Y K H S L
Decimal 95 5 156 0.39 0.97 0 0.39 275.76 0.94 0.32
Hex 5F 5 9C 27 61 0 27 114 5E 20
Octal 137 5 234 47 141 0 47 424 136 40
Binary 1011111 101 10011100 100111 1100001 0 100111 100010100 1011110 100000

Color Harmonies of #5F059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F059C

Black with #5F059C

Text Example


Text Example

White with #5F059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,5,156); }

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

background-color css

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

 a { background-color: rgb(95,5,156); }

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

border-color css

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

 span { border-color: rgb(95,5,156); }

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