Html Css Color HEX #420770 Indigo

📋 copy color: '#420770'

red 66 ◦ green 7 ◦ blue 112

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

Shades of Indigo #420770

Tints of Indigo #420770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

 BLUE value IS 112 (44.14% from 255) = 60.54%

R = 35.68%
G = 3.78%
B = 60.54%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#420770 (or 0x420770) is known color: Indigo. HEX triplet: 42, 07 and 70. RGB value is (66,7,112). Sum of RGB (Red+Green+Blue) = 66+7+112=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 112 (44.14% from 255 or 60.54% from 185); Max value from RGB is 112 - color contains mainly: blue. Hex color #420770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420770 is #BDF88F. Grayscale: #242424. Windows color (decimal): -12449936 or 7341890. OLE color: 7341890.

HSL color Cylindrical-coordinate representation of color #420770: hue angle of 273.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420770 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 7 112 -
CMYK 0.41 0.94 0 0.56
HSL 273.71º 0.88% 0.23% -
HSV(B) 273.71º 0.94% 0.44% -
XYZ 5.25 2.48 15.53 -
YUV 36.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 66 7 112 0.41 0.94 0 0.56 273.71 0.88 0.23
Hex 42 7 70 29 5E 0 38 112 58 17
Octal 102 7 160 51 136 0 70 422 130 27
Binary 1000010 111 1110000 101001 1011110 0 111000 100010010 1011000 10111

Color Harmonies of #420770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420770

Black with #420770

Text Example


Text Example

White with #420770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420770; }

 p { color: rgb(66,7,112); }

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

background-color css

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

 a { background-color: rgb(66,7,112); }

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

border-color css

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

 span { border-color: rgb(66,7,112); }

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