#42025E

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

Shades of Indigo #42025E

Tints of Indigo #42025E

Color information

#42025E (or 0x42025E) is unknown color: approx Indigo. HEX triplet: 42, 02 and 5E. RGB value is (66,2,94). Sum of RGB (Red+Green+Blue) = 66+2+94=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #42025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42025E is #BDFDA1. Grayscale: #1F1F1F. Windows color (decimal): -12451234 or 6160962. OLE color: 6160962.

HSL color Cylindrical-coordinate representation of color #42025E: hue angle of 281.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42025E is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB66294-
CMYK0.300.9800.63
HSL281.74º95.83%18.82%-
HSV(B)281.74º97.87%36.86%-
XYZ4.292.0110.75-
YUV31.62163.2152.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=40.74%
G=1.23%
B=58.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal662940.300.9800.63281.7495.8318.82
Hex4225E1E6203F11a6013
Octal10221363614207743214023
Binary10000101010111101111011000100111111100011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,2,94); }

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

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

 a { background-color: rgb(66,2,94); }

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

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

 span { border-color: rgb(66,2,94); }

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