#420975

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

Shades of Indigo #420975

Tints of Indigo #420975

Color information

#420975 (or 0x420975) is unknown color: approx Indigo. HEX triplet: 42, 09 and 75. RGB value is (66,9,117). Sum of RGB (Red+Green+Blue) = 66+9+117=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #420975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420975 is #BDF68A. Grayscale: #252525. Windows color (decimal): -12449419 or 7670082. OLE color: 7670082.

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

Color convert

RGB669117-
CMYK0.440.9200.54
HSL271.67º85.71%24.71%-
HSV(B)271.67º92.31%45.88%-
XYZ5.562.6417.05-
YUV38.35172.38147.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 9 (3.91% from 255) = 4.69%
BLUE value IS 117 (46.09% from 255) = 60.94%
R=34.38%
G=4.69%
B=60.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6691170.440.9200.54271.6785.7124.71
Hex429752C5C0361105619
Octal102111655413406642012631
Binary10000101001111010110110010111000110110100010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420975; }

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

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

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

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

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

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

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

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