#42037D

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

Shades of Indigo #42037D

Tints of Indigo #42037D

Color information

#42037D (or 0x42037D) is unknown color: approx Indigo. HEX triplet: 42, 03 and 7D. RGB value is (66,3,125). Sum of RGB (Red+Green+Blue) = 66+3+125=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #42037D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42037D is #BDFC82. Grayscale: #232323. Windows color (decimal): -12450947 or 8192834. OLE color: 8192834.

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

Color convert

RGB663125-
CMYK0.470.9800.51
HSL270.98º95.31%25.1%-
HSV(B)270.98º97.6%49.02%-
XYZ5.982.719.61-
YUV35.74178.37149.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.02%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 125 (49.22% from 255) = 64.43%
R=34.02%
G=1.55%
B=64.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6631250.470.9800.51270.9895.3125.1
Hex4237D2F6203310f5f19
Octal10231755714206341713731
Binary100001011111110110111111000100110011100001111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42037D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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