#42047C

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

Shades of Indigo #42047C

Tints of Indigo #42047C

Color information

#42047C (or 0x42047C) is unknown color: approx Indigo. HEX triplet: 42, 04 and 7C. RGB value is (66,4,124). Sum of RGB (Red+Green+Blue) = 66+4+124=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #42047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42047C is #BDFB83. Grayscale: #232323. Windows color (decimal): -12450692 or 8127554. OLE color: 8127554.

HSL color Cylindrical-coordinate representation of color #42047C: hue angle of 271º 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 #42047C is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB664124-
CMYK0.470.9700.51
HSL271º93.75%25.1%-
HSV(B)271º96.77%48.63%-
XYZ5.932.719.28-
YUV36.22177.54149.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 124 (48.83% from 255) = 63.92%
R=34.02%
G=2.06%
B=63.92%

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
Decimal6641240.470.9700.5127193.7525.1
Hex4247C2F6103310f5e19
Octal10241745714106341713631
Binary1000010100111110010111111000010110011100001111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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