#42039A

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

Shades of Indigo #42039A

Tints of Indigo #42039A

Color information

#42039A (or 0x42039A) is unknown color: approx Indigo. HEX triplet: 42, 03 and 9A. RGB value is (66,3,154). Sum of RGB (Red+Green+Blue) = 66+3+154=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 154 (60.55% from 255 or 69.06% from 223); Max value from RGB is 154 - color contains mainly: blue. Hex color #42039A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42039A is #BDFC65. Grayscale: #262626. Windows color (decimal): -12450918 or 10093378. OLE color: 10093378.

HSL color Cylindrical-coordinate representation of color #42039A: hue angle of 265.03º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42039A is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB663154-
CMYK0.570.9800.40
HSL265.03º96.18%30.78%-
HSV(B)265.03º98.05%60.39%-
XYZ8.113.5630.83-
YUV39.05192.87147.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 3 (1.56% from 255) = 1.35%
BLUE value IS 154 (60.55% from 255) = 69.06%
R=29.60%
G=1.35%
B=69.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6631540.570.9800.40265.0396.1830.78
Hex4239A3962028109601f
Octal10232327114205041114037
Binary1000010111001101011100111000100101000100001001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42039A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42039A; }

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

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

<style>
 a { background-color: #42039A; }

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

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

<style>
 span { border-color: #42039A; }

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

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