#6002A1

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

Shades of Indigo #6002A1

Tints of Indigo #6002A1

Color information

#6002A1 (or 0x6002A1) is unknown color: approx Indigo. HEX triplet: 60, 02 and A1. RGB value is (96,2,161). Sum of RGB (Red+Green+Blue) = 96+2+161=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 161 (63.28% from 255 or 62.16% from 259); Max value from RGB is 161 - color contains mainly: blue. Hex color #6002A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6002A1 is #9FFD5E. Grayscale: #2F2F2F. Windows color (decimal): -10485087 or 10551904. OLE color: 10551904.

HSL color Cylindrical-coordinate representation of color #6002A1: hue angle of 275.47º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002A1 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB962161-
CMYK0.400.9900.37
HSL275.47º97.55%31.96%-
HSV(B)275.47º98.76%63.14%-
XYZ11.285.134.11-
YUV48.23191.64162.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.07%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 161 (63.28% from 255) = 62.16%
R=37.07%
G=0.77%
B=62.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9621610.400.9900.37275.4797.5531.96
Hex602A128630251136220
Octal14022415014304542314240
Binary11000001010100001101000110001101001011000100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6002A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6002A1; }

 p { color: rgb(96,2,161); }

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

<style>
 a { background-color: #6002A1; }

 a { background-color: rgb(96,2,161); }

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

<style>
 span { border-color: #6002A1; }

 span { border-color: rgb(96,2,161); }

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