#42025B

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

Shades of Indigo #42025B

Tints of Indigo #42025B

Color information

#42025B (or 0x42025B) is unknown color: approx Indigo. HEX triplet: 42, 02 and 5B. RGB value is (66,2,91). Sum of RGB (Red+Green+Blue) = 66+2+91=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 91 (35.94% from 255 or 57.23% from 159); Max value from RGB is 91 - color contains mainly: blue. Hex color #42025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42025B is #BDFDA4. Grayscale: #1E1E1E. Windows color (decimal): -12451237 or 5964354. OLE color: 5964354.

HSL color Cylindrical-coordinate representation of color #42025B: hue angle of 283.15º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42025B is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66291-
CMYK0.270.9800.64
HSL283.15º95.7%18.24%-
HSV(B)283.15º97.8%35.69%-
XYZ4.161.9610.06-
YUV31.28161.7152.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 41.51%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 91 (35.94% from 255) = 57.23%
R=41.51%
G=1.26%
B=57.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal662910.270.9800.64283.1595.718.24
Hex4225B1B6204011b6012
Octal102213333142010043314022
Binary100001010101101111011110001001000000100011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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