#5F0AA3

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

Shades of Indigo #5F0AA3

Tints of Indigo #5F0AA3

Color information

#5F0AA3 (or 0x5F0AA3) is unknown color: approx Indigo. HEX triplet: 5F, 0A and A3. RGB value is (95,10,163). Sum of RGB (Red+Green+Blue) = 95+10+163=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #5F0AA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0AA3 is #A0F55C. Grayscale: #343434. Windows color (decimal): -10548573 or 10685023. OLE color: 10685023.

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

Color convert

RGB9510163-
CMYK0.420.9400.36
HSL273.33º88.44%33.92%-
HSV(B)273.33º93.87%63.92%-
XYZ11.445.2935.07-
YUV52.86190.16158.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.45%
GREEN value IS 10 (4.30% from 255) = 3.73%
BLUE value IS 163 (64.06% from 255) = 60.82%
R=35.45%
G=3.73%
B=60.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95101630.420.9400.36273.3388.4433.92
Hex5FAA32A5E0241115822
Octal137122435213604442113042
Binary1011111101010100011101010101111001001001000100011011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,10,163); }

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

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

 a { background-color: rgb(95,10,163); }

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

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

 span { border-color: rgb(95,10,163); }

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