Html Css Color HEX #4212AA Indigo

📋 copy color: '#4212AA'

red 66 ◦ green 18 ◦ blue 170

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

Shades of Indigo #4212AA

Tints of Indigo #4212AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.09%

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

R = 25.98%
G = 7.09%
B = 66.93%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4212AA (or 0x4212AA) is known color: Indigo. HEX triplet: 42, 12 and AA. RGB value is (66,18,170). Sum of RGB (Red+Green+Blue) = 66+18+170=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #4212AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4212AA is #BDED55. Grayscale: #313131. Windows color (decimal): -12447062 or 11145794. OLE color: 11145794.

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

Color convert

RGB 66 18 170 -
CMYK 0.61 0.89 0 0.33
HSL 258.95º 0.81% 0.37% -
HSV(B) 258.95º 0.89% 0.67% -
XYZ 9.72 4.49 38.39 -
YUV 49.68 195.9 139.64 -
System Red Green Blue C M Y K H S L
Decimal 66 18 170 0.61 0.89 0 0.33 258.95 0.81 0.37
Hex 42 12 AA 3D 59 0 21 103 51 25
Octal 102 22 252 75 131 0 41 403 121 45
Binary 1000010 10010 10101010 111101 1011001 0 100001 100000011 1010001 100101

Color Harmonies of #4212AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4212AA

Black with #4212AA

Text Example


Text Example

White with #4212AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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