#42027C

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

Shades of Indigo #42027C

Tints of Indigo #42027C

Color information

#42027C (or 0x42027C) is unknown color: approx Indigo. HEX triplet: 42, 02 and 7C. RGB value is (66,2,124). Sum of RGB (Red+Green+Blue) = 66+2+124=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #42027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42027C is #BDFD83. Grayscale: #222222. Windows color (decimal): -12451204 or 8127042. OLE color: 8127042.

HSL color Cylindrical-coordinate representation of color #42027C: hue angle of 271.48º 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 #42027C is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB662124-
CMYK0.470.9800.51
HSL271.48º96.83%24.71%-
HSV(B)271.48º98.39%48.63%-
XYZ5.912.6619.27-
YUV35.04178.2150.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 124 (48.83% from 255) = 64.58%
R=34.38%
G=1.04%
B=64.58%

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
Decimal6621240.470.9800.51271.4896.8324.71
Hex4227C2F6203310f6119
Octal10221745714206341714131
Binary100001010111110010111111000100110011100001111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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