Html Css Color HEX #4202AE Indigo

📋 copy color: '#4202AE'

red 66 ◦ green 2 ◦ blue 174

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

Shades of Indigo #4202AE

Tints of Indigo #4202AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 27.27%
G = 0.83%
B = 71.9%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4202AE (or 0x4202AE) is known color: Indigo. HEX triplet: 42, 02 and AE. RGB value is (66,2,174). Sum of RGB (Red+Green+Blue) = 66+2+174=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 174 (68.36% from 255 or 71.90% from 242); Max value from RGB is 174 - color contains mainly: blue. Hex color #4202AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4202AE is #BDFD51. Grayscale: #282828. Windows color (decimal): -12451154 or 11403842. OLE color: 11403842.

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

Color convert

RGB 66 2 174 -
CMYK 0.62 0.99 0 0.32
HSL 262.33º 0.98% 0.35% -
HSV(B) 262.33º 0.99% 0.68% -
XYZ 9.91 4.26 40.34 -
YUV 40.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 66 2 174 0.62 0.99 0 0.32 262.33 0.98 0.35
Hex 42 2 AE 3E 63 0 20 106 62 23
Octal 102 2 256 76 143 0 40 406 142 43
Binary 1000010 10 10101110 111110 1100011 0 100000 100000110 1100010 100011

Color Harmonies of #4202AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4202AE

Black with #4202AE

Text Example


Text Example

White with #4202AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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