#42037B

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

Shades of Indigo #42037B

Tints of Indigo #42037B

Color information

#42037B (or 0x42037B) is unknown color: approx Indigo. HEX triplet: 42, 03 and 7B. RGB value is (66,3,123). Sum of RGB (Red+Green+Blue) = 66+3+123=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 123 (48.44% from 255 or 64.06% from 192); Max value from RGB is 123 - color contains mainly: blue. Hex color #42037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42037B is #BDFC84. Grayscale: #232323. Windows color (decimal): -12450949 or 8061762. OLE color: 8061762.

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

Color convert

RGB663123-
CMYK0.460.9800.52
HSL271.5º95.24%24.71%-
HSV(B)271.5º97.56%48.24%-
XYZ5.852.6518.94-
YUV35.52177.37149.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 3 (1.56% from 255) = 1.56%
BLUE value IS 123 (48.44% from 255) = 64.06%
R=34.38%
G=1.56%
B=64.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6631230.460.9800.52271.595.2424.71
Hex4237B2E620341105f19
Octal10231735614206442013731
Binary100001011111101110111011000100110100100010000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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