#420775

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

Shades of Indigo #420775

Tints of Indigo #420775

Color information

#420775 (or 0x420775) is unknown color: approx Indigo. HEX triplet: 42, 07 and 75. RGB value is (66,7,117). Sum of RGB (Red+Green+Blue) = 66+7+117=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #420775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420775 is #BDF88A. Grayscale: #242424. Windows color (decimal): -12449931 or 7669570. OLE color: 7669570.

HSL color Cylindrical-coordinate representation of color #420775: hue angle of 272.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420775 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB667117-
CMYK0.440.9400.54
HSL272.18º88.71%24.31%-
HSV(B)272.18º94.02%45.88%-
XYZ5.532.5917.04-
YUV37.18173.05148.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 117 (46.09% from 255) = 61.58%
R=34.74%
G=3.68%
B=61.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6671170.440.9400.54272.1888.7124.31
Hex427752C5E0361105918
Octal10271655413606642013130
Binary1000010111111010110110010111100110110100010000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420775; }

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

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

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

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

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

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

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

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