#42065D

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

Shades of Indigo #42065D

Tints of Indigo #42065D

Color information

#42065D (or 0x42065D) is unknown color: approx Indigo. HEX triplet: 42, 06 and 5D. RGB value is (66,6,93). Sum of RGB (Red+Green+Blue) = 66+6+93=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #42065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42065D is #BDF9A2. Grayscale: #212121. Windows color (decimal): -12450211 or 6096450. OLE color: 6096450.

HSL color Cylindrical-coordinate representation of color #42065D: hue angle of 281.38º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42065D is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB66693-
CMYK0.290.9400.64
HSL281.38º87.88%19.41%-
HSV(B)281.38º93.55%36.47%-
XYZ4.292.0810.53-
YUV33.86161.38150.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 3.64%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=40%
G=3.64%
B=56.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal666930.290.9400.64281.3887.8819.41
Hex4265D1D5E0401195813
Octal102613535136010043113023
Binary1000010110101110111101101111001000000100011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42065D; }

 p { color: rgb(66,6,93); }

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

<style>
 a { background-color: #42065D; }

 a { background-color: rgb(66,6,93); }

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

<style>
 span { border-color: #42065D; }

 span { border-color: rgb(66,6,93); }

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