#6002A3

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

Shades of Indigo #6002A3

Tints of Indigo #6002A3

Color information

#6002A3 (or 0x6002A3) is unknown color: approx Indigo. HEX triplet: 60, 02 and A3. RGB value is (96,2,163). Sum of RGB (Red+Green+Blue) = 96+2+163=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 163 (64.06% from 255 or 62.45% from 261); Max value from RGB is 163 - color contains mainly: blue. Hex color #6002A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6002A3 is #9FFD5C. Grayscale: #2F2F2F. Windows color (decimal): -10485085 or 10682976. OLE color: 10682976.

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

Color convert

RGB962163-
CMYK0.410.9900.36
HSL275.03º97.58%32.35%-
HSV(B)275.03º98.77%63.92%-
XYZ11.465.1735.05-
YUV48.46192.64161.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 163 (64.06% from 255) = 62.45%
R=36.78%
G=0.77%
B=62.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9621630.410.9900.36275.0397.5832.35
Hex602A329630241136220
Octal14022435114304442314240
Binary11000001010100011101001110001101001001000100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6002A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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