Html Css Color HEX #4200AA Indigo

📋 copy color: '#4200AA'

red 66 ◦ green 0 ◦ blue 170

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

Shades of Indigo #4200AA

Tints of Indigo #4200AA

RGB

 RED value IS 66 (26.17% from 255) = 27.97%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 72.03%

R = 27.97%
G = 0%
B = 72.03%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4200AA (or 0x4200AA) is known color: Indigo. HEX triplet: 42, 00 and AA. RGB value is (66,0,170). Sum of RGB (Red+Green+Blue) = 66+0+170=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #4200AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4200AA is #BDFF55. Grayscale: #262626. Windows color (decimal): -12451670 or 11141186. OLE color: 11141186.

HSL color Cylindrical-coordinate representation of color #4200AA: hue angle of 263.29º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200AA is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 0 170 -
CMYK 0.61 1 0 0.33
HSL 263.29º 1% 0.33% -
HSV(B) 263.29º 1% 0.67% -
XYZ 9.5 4.06 38.31 -
YUV 39.11 201.87 147.18 -
System Red Green Blue C M Y K H S L
Decimal 66 0 170 0.61 1 0 0.33 263.29 1 0.33
Hex 42 0 AA 3D 64 0 21 107 64 21
Octal 102 0 252 75 144 0 41 407 144 41
Binary 1000010 0 10101010 111101 1100100 0 100001 100000111 1100100 100001

Color Harmonies of #4200AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4200AA

Black with #4200AA

Text Example


Text Example

White with #4200AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,0,170); }

 H1.HeaderClassName
 {
   color: #4200AA;
 }
 .AnyTagClassName
 {
   color: #4200AA;
 }
</style>

background-color css

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

 a { background-color: rgb(66,0,170); }

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

border-color css

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

 span { border-color: rgb(66,0,170); }

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