#5F0BA2

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

Shades of Indigo #5F0BA2

Tints of Indigo #5F0BA2

Color information

#5F0BA2 (or 0x5F0BA2) is unknown color: approx Indigo. HEX triplet: 5F, 0B and A2. RGB value is (95,11,162). Sum of RGB (Red+Green+Blue) = 95+11+162=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 162 (63.67% from 255 or 60.45% from 268); Max value from RGB is 162 - color contains mainly: blue. Hex color #5F0BA2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0BA2 is #A0F45D. Grayscale: #343434. Windows color (decimal): -10548318 or 10619743. OLE color: 10619743.

HSL color Cylindrical-coordinate representation of color #5F0BA2: hue angle of 273.38º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F0BA2 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9511162-
CMYK0.410.9300.36
HSL273.38º87.28%33.92%-
HSV(B)273.38º93.21%63.53%-
XYZ11.365.2834.6-
YUV53.33189.33157.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 162 (63.67% from 255) = 60.45%
R=35.45%
G=4.10%
B=60.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95111620.410.9300.36273.3887.2833.92
Hex5FBA2295D0241115722
Octal137132425113504442112742
Binary1011111101110100010101001101110101001001000100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,11,162); }

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

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

 a { background-color: rgb(95,11,162); }

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

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

 span { border-color: rgb(95,11,162); }

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