Html Css Color HEX #420C67 Indigo

📋 copy color: '#420C67'

red 66 ◦ green 12 ◦ blue 103

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

Shades of Indigo #420C67

Tints of Indigo #420C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 56.91%

R = 36.46%
G = 6.63%
B = 56.91%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420C67 (or 0x420C67) is known color: Indigo. HEX triplet: 42, 0C and 67. RGB value is (66,12,103). Sum of RGB (Red+Green+Blue) = 66+12+103=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #420C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C67 is #BDF398. Grayscale: #262626. Windows color (decimal): -12448665 or 6753346. OLE color: 6753346.

HSL color Cylindrical-coordinate representation of color #420C67: hue angle of 275.6º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420C67 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 12 103 -
CMYK 0.36 0.88 0 0.60
HSL 275.6º 0.79% 0.23% -
HSV(B) 275.6º 0.88% 0.4% -
XYZ 4.83 2.4 13.04 -
YUV 38.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 66 12 103 0.36 0.88 0 0.60 275.6 0.79 0.23
Hex 42 C 67 24 58 0 3C 114 4F 17
Octal 102 14 147 44 130 0 74 424 117 27
Binary 1000010 1100 1100111 100100 1011000 0 111100 100010100 1001111 10111

Color Harmonies of #420C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420C67

Black with #420C67

Text Example


Text Example

White with #420C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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