#6202A3

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

Shades of Indigo #6202A3

Tints of Indigo #6202A3

Color information

#6202A3 (or 0x6202A3) is unknown color: approx Indigo. HEX triplet: 62, 02 and A3. RGB value is (98,2,163). Sum of RGB (Red+Green+Blue) = 98+2+163=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 163 (64.06% from 255 or 61.98% from 263); Max value from RGB is 163 - color contains mainly: blue. Hex color #6202A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6202A3 is #9DFD5C. Grayscale: #303030. Windows color (decimal): -10354013 or 10682978. OLE color: 10682978.

HSL color Cylindrical-coordinate representation of color #6202A3: hue angle of 275.78º 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 #6202A3 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB982163-
CMYK0.400.9900.36
HSL275.78º97.58%32.35%-
HSV(B)275.78º98.77%63.92%-
XYZ11.675.2835.06-
YUV49.06192.3162.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 163 (64.06% from 255) = 61.98%
R=37.26%
G=0.76%
B=61.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9821630.400.9900.36275.7897.5832.35
Hex622A328630241146220
Octal14222435014304442414240
Binary11000101010100011101000110001101001001000101001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6202A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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