Html Css Color HEX #4200AE Indigo

📋 copy color: '#4200AE'

red 66 ◦ green 0 ◦ blue 174

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

Shades of Indigo #4200AE

Tints of Indigo #4200AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.5%

R = 27.5%
G = 0%
B = 72.5%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4200AE (or 0x4200AE) is known color: Indigo. HEX triplet: 42, 00 and AE. RGB value is (66,0,174). Sum of RGB (Red+Green+Blue) = 66+0+174=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #4200AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4200AE is #BDFF51. Grayscale: #262626. Windows color (decimal): -12451666 or 11403330. OLE color: 11403330.

HSL color Cylindrical-coordinate representation of color #4200AE: hue angle of 262.76º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200AE is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 0 174 -
CMYK 0.62 1 0 0.32
HSL 262.76º 1% 0.34% -
HSV(B) 262.76º 1% 0.68% -
XYZ 9.89 4.21 40.34 -
YUV 39.57 203.87 146.85 -
System Red Green Blue C M Y K H S L
Decimal 66 0 174 0.62 1 0 0.32 262.76 1 0.34
Hex 42 0 AE 3E 64 0 20 107 64 22
Octal 102 0 256 76 144 0 40 407 144 42
Binary 1000010 0 10101110 111110 1100100 0 100000 100000111 1100100 100010

Color Harmonies of #4200AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4200AE

Black with #4200AE

Text Example


Text Example

White with #4200AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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