#5F02AC

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

Shades of Indigo #5F02AC

Tints of Indigo #5F02AC

Color information

#5F02AC (or 0x5F02AC) is unknown color: approx Indigo. HEX triplet: 5F, 02 and AC. RGB value is (95,2,172). Sum of RGB (Red+Green+Blue) = 95+2+172=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F02AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F02AC is #A0FD53. Grayscale: #303030. Windows color (decimal): -10550612 or 11272799. OLE color: 11272799.

HSL color Cylindrical-coordinate representation of color #5F02AC: hue angle of 272.82º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F02AC is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB952172-
CMYK0.450.9900.33
HSL272.82º97.7%34.12%-
HSV(B)272.82º98.84%67.45%-
XYZ12.195.4539.44-
YUV49.19197.31160.68-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.32%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 172 (67.58% from 255) = 63.94%
R=35.32%
G=0.74%
B=63.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9521720.450.9900.33272.8297.734.12
Hex5F2AC2D630211116222
Octal13722545514304142114242
Binary10111111010101100101101110001101000011000100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F02AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,2,172); }

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

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

 a { background-color: rgb(95,2,172); }

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

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

 span { border-color: rgb(95,2,172); }

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