Html Css Color HEX #420CA1 Indigo

📋 copy color: '#420CA1'

red 66 ◦ green 12 ◦ blue 161

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

Shades of Indigo #420CA1

Tints of Indigo #420CA1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

 BLUE value IS 161 (63.28% from 255) = 67.36%

R = 27.62%
G = 5.02%
B = 67.36%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#420CA1 (or 0x420CA1) is known color: Indigo. HEX triplet: 42, 0C and A1. RGB value is (66,12,161). Sum of RGB (Red+Green+Blue) = 66+12+161=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 161 (63.28% from 255 or 67.36% from 239); Max value from RGB is 161 - color contains mainly: blue. Hex color #420CA1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420CA1 is #BDF35E. Grayscale: #2C2C2C. Windows color (decimal): -12448607 or 10554434. OLE color: 10554434.

HSL color Cylindrical-coordinate representation of color #420CA1: hue angle of 261.74º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420CA1 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 66 12 161 -
CMYK 0.59 0.93 0 0.37
HSL 261.75º 0.86% 0.34% -
HSV(B) 261.75º 0.93% 0.63% -
XYZ 8.81 3.99 34.02 -
YUV 45.13 193.39 142.88 -
System Red Green Blue C M Y K H S L
Decimal 66 12 161 0.59 0.93 0 0.37 261.75 0.86 0.34
Hex 42 C A1 3B 5D 0 25 106 56 22
Octal 102 14 241 73 135 0 45 406 126 42
Binary 1000010 1100 10100001 111011 1011101 0 100101 100000110 1010110 100010

Color Harmonies of #420CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CA1

Black with #420CA1

Text Example


Text Example

White with #420CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,12,161); }

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

background-color css

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

 a { background-color: rgb(66,12,161); }

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

border-color css

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

 span { border-color: rgb(66,12,161); }

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