#5F02AA

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

Shades of Indigo #5F02AA

Tints of Indigo #5F02AA

Color information

#5F02AA (or 0x5F02AA) is unknown color: approx Indigo. HEX triplet: 5F, 02 and AA. RGB value is (95,2,170). Sum of RGB (Red+Green+Blue) = 95+2+170=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 170 (66.80% from 255 or 63.67% from 267); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F02AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F02AA is #A0FD55. Grayscale: #303030. Windows color (decimal): -10550614 or 11141727. OLE color: 11141727.

HSL color Cylindrical-coordinate representation of color #5F02AA: hue angle of 273.21º 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 #5F02AA is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB952170-
CMYK0.440.9900.33
HSL273.21º97.67%33.73%-
HSV(B)273.21º98.82%66.67%-
XYZ125.3838.44-
YUV48.96196.31160.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 170 (66.80% from 255) = 63.67%
R=35.58%
G=0.75%
B=63.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9521700.440.9900.33273.2197.6733.73
Hex5F2AA2C630211116222
Octal13722525414304142114242
Binary10111111010101010101100110001101000011000100011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F02AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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