#42037F

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

Shades of Indigo #42037F

Tints of Indigo #42037F

Color information

#42037F (or 0x42037F) is unknown color: approx Indigo. HEX triplet: 42, 03 and 7F. RGB value is (66,3,127). Sum of RGB (Red+Green+Blue) = 66+3+127=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #42037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42037F is #BDFC80. Grayscale: #232323. Windows color (decimal): -12450945 or 8323906. OLE color: 8323906.

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

Color convert

RGB663127-
CMYK0.480.9800.50
HSL270.48º95.38%25.49%-
HSV(B)270.48º97.64%49.8%-
XYZ6.112.7620.29-
YUV35.97179.37149.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 127 (50% from 255) = 64.80%
R=33.67%
G=1.53%
B=64.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6631270.480.9800.50270.4895.3825.49
Hex4237F306203210e5f19
Octal10231776014206241613731
Binary100001011111111111000011000100110010100001110101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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