#42048B

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

Shades of Indigo #42048B

Tints of Indigo #42048B

Color information

#42048B (or 0x42048B) is unknown color: approx Indigo. HEX triplet: 42, 04 and 8B. RGB value is (66,4,139). Sum of RGB (Red+Green+Blue) = 66+4+139=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #42048B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42048B is #BDFB74. Grayscale: #252525. Windows color (decimal): -12450677 or 9110594. OLE color: 9110594.

HSL color Cylindrical-coordinate representation of color #42048B: hue angle of 267.56º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42048B is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB664139-
CMYK0.530.9700.45
HSL267.56º94.41%28.04%-
HSV(B)267.56º97.12%54.51%-
XYZ6.953.1124.66-
YUV37.93185.04148.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 139 (54.69% from 255) = 66.51%
R=31.58%
G=1.91%
B=66.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6641390.530.9700.45267.5694.4128.04
Hex4248B356102D10c5e1c
Octal10242136514105541413634
Binary10000101001000101111010111000010101101100001100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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