#42046C

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

Shades of Indigo #42046C

Tints of Indigo #42046C

Color information

#42046C (or 0x42046C) is unknown color: approx Indigo. HEX triplet: 42, 04 and 6C. RGB value is (66,4,108). Sum of RGB (Red+Green+Blue) = 66+4+108=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 108 (42.58% from 255 or 60.67% from 178); Max value from RGB is 108 - color contains mainly: blue. Hex color #42046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42046C is #BDFB93. Grayscale: #222222. Windows color (decimal): -12450708 or 7078978. OLE color: 7078978.

HSL color Cylindrical-coordinate representation of color #42046C: hue angle of 275.77º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42046C is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB664108-
CMYK0.390.9600.58
HSL275.77º92.86%21.96%-
HSV(B)275.77º96.3%42.35%-
XYZ52.3314.37-
YUV34.39169.54150.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 4 (1.95% from 255) = 2.25%
BLUE value IS 108 (42.58% from 255) = 60.67%
R=37.08%
G=2.25%
B=60.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6641080.390.9600.58275.7792.8621.96
Hex4246C276003A1145d16
Octal10241544714007242413526
Binary1000010100110110010011111000000111010100010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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