#42038D

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

Shades of Indigo #42038D

Tints of Indigo #42038D

Color information

#42038D (or 0x42038D) is unknown color: approx Indigo. HEX triplet: 42, 03 and 8D. RGB value is (66,3,141). Sum of RGB (Red+Green+Blue) = 66+3+141=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #42038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42038D is #BDFC72. Grayscale: #252525. Windows color (decimal): -12450931 or 9241410. OLE color: 9241410.

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

Color convert

RGB663141-
CMYK0.530.9800.45
HSL267.39º95.83%28.24%-
HSV(B)267.39º97.87%55.29%-
XYZ7.093.1525.43-
YUV37.57186.37148.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 141 (55.47% from 255) = 67.14%
R=31.43%
G=1.43%
B=67.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6631410.530.9800.45267.3995.8328.24
Hex4238D356202D10b601c
Octal10232156514205541314034
Binary1000010111000110111010111000100101101100001011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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