#42015A

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

Shades of Indigo #42015A

Tints of Indigo #42015A

Color information

#42015A (or 0x42015A) is unknown color: approx Indigo. HEX triplet: 42, 01 and 5A. RGB value is (66,1,90). Sum of RGB (Red+Green+Blue) = 66+1+90=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 1 (0.78% from 255 or 0.64% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #42015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42015A is #BDFEA5. Grayscale: #1E1E1E. Windows color (decimal): -12451494 or 5898562. OLE color: 5898562.

HSL color Cylindrical-coordinate representation of color #42015A: hue angle of 283.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42015A is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB66190-
CMYK0.270.9900.65
HSL283.82º97.8%17.84%-
HSV(B)283.82º98.89%35.29%-
XYZ4.11.929.83-
YUV30.58161.53153.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.04%
GREEN value IS 1 (0.78% from 255) = 0.64%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=42.04%
G=0.64%
B=57.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal661900.270.9900.65283.8297.817.84
Hex4215A1B6304111c6212
Octal102113233143010143414222
Binary10000101101101011011110001101000001100011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,1,90); }

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

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

 a { background-color: rgb(66,1,90); }

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

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

 span { border-color: rgb(66,1,90); }

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