Html Css Color HEX #420AAE Indigo

📋 copy color: '#420AAE'

red 66 ◦ green 10 ◦ blue 174

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

Shades of Indigo #420AAE

Tints of Indigo #420AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 26.4%
G = 4%
B = 69.6%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#420AAE (or 0x420AAE) is known color: Indigo. HEX triplet: 42, 0A and AE. RGB value is (66,10,174). Sum of RGB (Red+Green+Blue) = 66+10+174=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #420AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420AAE is #BDF551. Grayscale: #2C2C2C. Windows color (decimal): -12449106 or 11405890. OLE color: 11405890.

HSL color Cylindrical-coordinate representation of color #420AAE: hue angle of 260.49º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420AAE is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 10 174 -
CMYK 0.62 0.94 0 0.32
HSL 260.49º 0.89% 0.36% -
HSV(B) 260.49º 0.94% 0.68% -
XYZ 10 4.43 40.37 -
YUV 45.44 200.55 142.66 -
System Red Green Blue C M Y K H S L
Decimal 66 10 174 0.62 0.94 0 0.32 260.49 0.89 0.36
Hex 42 A AE 3E 5E 0 20 104 59 24
Octal 102 12 256 76 136 0 40 404 131 44
Binary 1000010 1010 10101110 111110 1011110 0 100000 100000100 1011001 100100

Color Harmonies of #420AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AAE

Black with #420AAE

Text Example


Text Example

White with #420AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420AAE; }

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

 H1.HeaderClassName
 {
   color: #420AAE;
 }
 .AnyTagClassName
 {
   color: #420AAE;
 }
</style>

background-color css

<style>
 a { background-color: #420AAE; }

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

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

border-color css

<style>
 span { border-color: #420AAE; }

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

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