#42038F

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

Shades of Indigo #42038F

Tints of Indigo #42038F

Color information

#42038F (or 0x42038F) is unknown color: approx Indigo. HEX triplet: 42, 03 and 8F. RGB value is (66,3,143). Sum of RGB (Red+Green+Blue) = 66+3+143=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 3 (1.56% from 255 or 1.42% from 212); Blue value is 143 (56.25% from 255 or 67.45% from 212); Max value from RGB is 143 - color contains mainly: blue. Hex color #42038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42038F is #BDFC70. Grayscale: #252525. Windows color (decimal): -12450929 or 9372482. OLE color: 9372482.

HSL color Cylindrical-coordinate representation of color #42038F: hue angle of 267º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42038F is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB663143-
CMYK0.540.9800.44
HSL267º95.89%28.63%-
HSV(B)267º97.9%56.08%-
XYZ7.243.2126.22-
YUV37.8187.37148.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 143 (56.25% from 255) = 67.45%
R=31.13%
G=1.42%
B=67.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6631430.540.9800.4426795.8928.63
Hex4238F366202C10b601d
Octal10232176614205441314035
Binary1000010111000111111011011000100101100100001011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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