#42027D

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

Shades of Indigo #42027D

Tints of Indigo #42027D

Color information

#42027D (or 0x42027D) is unknown color: approx Indigo. HEX triplet: 42, 02 and 7D. RGB value is (66,2,125). Sum of RGB (Red+Green+Blue) = 66+2+125=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #42027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42027D is #BDFD82. Grayscale: #222222. Windows color (decimal): -12451203 or 8192578. OLE color: 8192578.

HSL color Cylindrical-coordinate representation of color #42027D: hue angle of 271.22º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42027D is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB662125-
CMYK0.470.9800.51
HSL271.22º96.85%24.9%-
HSV(B)271.22º98.4%49.02%-
XYZ5.972.6819.61-
YUV35.16178.7150-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 125 (49.22% from 255) = 64.77%
R=34.20%
G=1.04%
B=64.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6621250.470.9800.51271.2296.8524.9
Hex4227D2F6203310f6119
Octal10221755714206341714131
Binary100001010111110110111111000100110011100001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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