#5F029A

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

Shades of Indigo #5F029A

Tints of Indigo #5F029A

Color information

#5F029A (or 0x5F029A) is unknown color: approx Indigo. HEX triplet: 5F, 02 and 9A. RGB value is (95,2,154). Sum of RGB (Red+Green+Blue) = 95+2+154=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F029A is #A0FD65. Grayscale: #2E2E2E. Windows color (decimal): -10550630 or 10093151. OLE color: 10093151.

HSL color Cylindrical-coordinate representation of color #5F029A: hue angle of 276.71º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F029A is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB952154-
CMYK0.380.9900.40
HSL276.71º97.44%30.59%-
HSV(B)276.71º98.7%60.39%-
XYZ10.574.8130.94-
YUV47.14188.31162.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.85%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 154 (60.55% from 255) = 61.35%
R=37.85%
G=0.80%
B=61.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9521540.380.9900.40276.7197.4430.59
Hex5F29A2663028115611f
Octal13722324614305042514137
Binary1011111101001101010011011000110101000100010101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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