#6302AA

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

Shades of Indigo #6302AA

Tints of Indigo #6302AA

Color information

#6302AA (or 0x6302AA) is unknown color: approx Indigo. HEX triplet: 63, 02 and AA. RGB value is (99,2,170). Sum of RGB (Red+Green+Blue) = 99+2+170=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #6302AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6302AA is #9CFD55. Grayscale: #313131. Windows color (decimal): -10288470 or 11141731. OLE color: 11141731.

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

Color convert

RGB992170-
CMYK0.420.9900.33
HSL274.64º97.67%33.73%-
HSV(B)274.64º98.82%66.67%-
XYZ12.425.638.46-
YUV50.16195.64162.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 170 (66.80% from 255) = 62.73%
R=36.53%
G=0.74%
B=62.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9921700.420.9900.33274.6497.6733.73
Hex632AA2A630211136222
Octal14322525214304142314242
Binary11000111010101010101010110001101000011000100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6302AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6302AA; }

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

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

<style>
 a { background-color: #6302AA; }

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

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

<style>
 span { border-color: #6302AA; }

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

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