#42098E

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

Shades of Indigo #42098E

Tints of Indigo #42098E

Color information

#42098E (or 0x42098E) is unknown color: approx Indigo. HEX triplet: 42, 09 and 8E. RGB value is (66,9,142). Sum of RGB (Red+Green+Blue) = 66+9+142=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 142 (55.86% from 255 or 65.44% from 217); Max value from RGB is 142 - color contains mainly: blue. Hex color #42098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42098E is #BDF671. Grayscale: #282828. Windows color (decimal): -12449394 or 9308482. OLE color: 9308482.

HSL color Cylindrical-coordinate representation of color #42098E: hue angle of 265.71º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42098E is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB669142-
CMYK0.540.9400.44
HSL265.71º88.08%29.61%-
HSV(B)265.71º93.66%55.69%-
XYZ7.233.3125.85-
YUV41.2184.88145.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 142 (55.86% from 255) = 65.44%
R=30.41%
G=4.15%
B=65.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6691420.540.9400.44265.7188.0829.61
Hex4298E365E02C10a581e
Octal102112166613605441213036
Binary100001010011000111011011010111100101100100001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42098E; }

 p { color: rgb(66,9,142); }

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

<style>
 a { background-color: #42098E; }

 a { background-color: rgb(66,9,142); }

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

<style>
 span { border-color: #42098E; }

 span { border-color: rgb(66,9,142); }

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