Html Css Color HEX #420C69 Indigo

📋 copy color: '#420C69'

red 66 ◦ green 12 ◦ blue 105

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

Shades of Indigo #420C69

Tints of Indigo #420C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 57.38%

R = 36.07%
G = 6.56%
B = 57.38%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#420C69 (or 0x420C69) is known color: Indigo. HEX triplet: 42, 0C and 69. RGB value is (66,12,105). Sum of RGB (Red+Green+Blue) = 66+12+105=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #420C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C69 is #BDF396. Grayscale: #262626. Windows color (decimal): -12448663 or 6884418. OLE color: 6884418.

HSL color Cylindrical-coordinate representation of color #420C69: hue angle of 274.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420C69 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 66 12 105 -
CMYK 0.37 0.89 0 0.59
HSL 274.84º 0.79% 0.23% -
HSV(B) 274.84º 0.89% 0.41% -
XYZ 4.93 2.44 13.58 -
YUV 38.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 66 12 105 0.37 0.89 0 0.59 274.84 0.79 0.23
Hex 42 C 69 25 59 0 3B 113 4F 17
Octal 102 14 151 45 131 0 73 423 117 27
Binary 1000010 1100 1101001 100101 1011001 0 111011 100010011 1001111 10111

Color Harmonies of #420C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C69

Black with #420C69

Text Example


Text Example

White with #420C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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