Html Css Color HEX #420766 Indigo

📋 copy color: '#420766'

red 66 ◦ green 7 ◦ blue 102

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

Shades of Indigo #420766

Tints of Indigo #420766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 58.29%

R = 37.71%
G = 4%
B = 58.29%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#420766 (or 0x420766) is known color: Indigo. HEX triplet: 42, 07 and 66. RGB value is (66,7,102). Sum of RGB (Red+Green+Blue) = 66+7+102=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #420766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420766 is #BDF899. Grayscale: #232323. Windows color (decimal): -12449946 or 6686530. OLE color: 6686530.

HSL color Cylindrical-coordinate representation of color #420766: hue angle of 277.26º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420766 is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 66 7 102 -
CMYK 0.35 0.93 0 0.6
HSL 277.26º 0.87% 0.21% -
HSV(B) 277.26º 0.93% 0.4% -
XYZ 4.72 2.27 12.76 -
YUV 35.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 66 7 102 0.35 0.93 0 0.6 277.26 0.87 0.21
Hex 42 7 66 23 5D 0 3C 115 57 15
Octal 102 7 146 43 135 0 74 425 127 25
Binary 1000010 111 1100110 100011 1011101 0 111100 100010101 1010111 10101

Color Harmonies of #420766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420766

Black with #420766

Text Example


Text Example

White with #420766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420766; }

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

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

background-color css

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

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

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

border-color css

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

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

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