#420761

Color #420761 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #420761

Tints of Indigo #420761

Color information

#420761 (or 0x420761) is unknown color: approx Indigo. HEX triplet: 42, 07 and 61. RGB value is (66,7,97). Sum of RGB (Red+Green+Blue) = 66+7+97=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #420761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420761 is #BDF89E. Grayscale: #222222. Windows color (decimal): -12449951 or 6358850. OLE color: 6358850.

HSL color Cylindrical-coordinate representation of color #420761: hue angle of 279.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420761 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66797-
CMYK0.320.9300.62
HSL279.33º86.54%20.39%-
HSV(B)279.33º92.78%38.04%-
XYZ4.482.1711.49-
YUV34.9163.05150.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 97 (38.28% from 255) = 57.06%
R=38.82%
G=4.12%
B=57.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal667970.320.9300.62279.3386.5420.39
Hex42761205D03E1175714
Octal10271414013507642712724
Binary1000010111110000110000010111010111110100010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420761; }

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

 H1.HeaderClassName
 {
   color: #420761;
 }
 .AnyTagClassName
 {
   color: #420761;
 }
</style>
background-color css

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

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

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

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

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

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