Html Css Color HEX #6302AA Indigo

📋 copy color: '#6302AA'

red 99 ◦ green 2 ◦ blue 170

#6302AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #6302AA

Tints of Indigo #6302AA

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.8% from 255) = 62.73%

R = 36.53%
G = 0.74%
B = 62.73%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6302AA (or 0x6302AA) is known color: 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

RGB 99 2 170 -
CMYK 0.42 0.99 0 0.33
HSL 274.64º 0.98% 0.34% -
HSV(B) 274.64º 0.99% 0.67% -
XYZ 12.42 5.6 38.46 -
YUV 50.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 99 2 170 0.42 0.99 0 0.33 274.64 0.98 0.34
Hex 63 2 AA 2A 63 0 21 113 62 22
Octal 143 2 252 52 143 0 41 423 142 42
Binary 1100011 10 10101010 101010 1100011 0 100001 100010011 1100010 100010

Color Harmonies of #6302AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6302AA

Black with #6302AA

Text Example


Text Example

White with #6302AA

Text Example


Text Example

HTML Codes & Css Web 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>