#42047D

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

Shades of Indigo #42047D

Tints of Indigo #42047D

Color information

#42047D (or 0x42047D) is unknown color: approx Indigo. HEX triplet: 42, 04 and 7D. RGB value is (66,4,125). Sum of RGB (Red+Green+Blue) = 66+4+125=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #42047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42047D is #BDFB82. Grayscale: #232323. Windows color (decimal): -12450691 or 8193090. OLE color: 8193090.

HSL color Cylindrical-coordinate representation of color #42047D: hue angle of 270.74º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42047D is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB664125-
CMYK0.470.9700.51
HSL270.74º93.8%25.29%-
HSV(B)270.74º96.8%49.02%-
XYZ5.992.7319.61-
YUV36.33178.04149.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 4 (1.95% from 255) = 2.05%
BLUE value IS 125 (49.22% from 255) = 64.10%
R=33.85%
G=2.05%
B=64.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6641250.470.9700.51270.7493.825.29
Hex4247D2F6103310f5e19
Octal10241755714106341713631
Binary1000010100111110110111111000010110011100001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42047D; }

 p { color: rgb(66,4,125); }

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

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

 a { background-color: rgb(66,4,125); }

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

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

 span { border-color: rgb(66,4,125); }

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