#5F069C

Color #5F069C Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5F069C

Tints of Indigo #5F069C

Color information

#5F069C (or 0x5F069C) is unknown color: approx Indigo. HEX triplet: 5F, 06 and 9C. RGB value is (95,6,156). Sum of RGB (Red+Green+Blue) = 95+6+156=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F069C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F069C is #A0F963. Grayscale: #313131. Windows color (decimal): -10549604 or 10225247. OLE color: 10225247.

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

Color convert

RGB956156-
CMYK0.390.9600.39
HSL275.6º92.59%31.76%-
HSV(B)275.6º96.15%61.18%-
XYZ10.794.9631.84-
YUV49.71187.99160.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 156 (61.33% from 255) = 60.70%
R=36.96%
G=2.33%
B=60.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9561560.390.9600.39275.692.5931.76
Hex5F69C27600271145d20
Octal13762344714004742413540
Binary101111111010011100100111110000001001111000101001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F069C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F069C;
 }
 .AnyTagClassName
 {
   color: #5F069C;
 }
</style>
background-color css

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

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

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

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

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

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