#420072

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

Shades of Indigo #420072

Tints of Indigo #420072

Color information

#420072 (or 0x420072) is unknown color: approx Indigo. HEX triplet: 42, 00 and 72. RGB value is (66,0,114). Sum of RGB (Red+Green+Blue) = 66+0+114=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #420072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420072 is #BDFF8D. Grayscale: #202020. Windows color (decimal): -12451726 or 7471170. OLE color: 7471170.

HSL color Cylindrical-coordinate representation of color #420072: hue angle of 274.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420072 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB660114-
CMYK0.42100.55
HSL274.74º100%22.35%-
HSV(B)274.74º100%44.71%-
XYZ5.282.3716.1-
YUV32.73173.87151.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 63.33%
R=36.67%
G=0%
B=63.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6601140.42100.55274.7410022.35
Hex420722A640371136416
Octal10201625214406742314426
Binary10000100111001010101011001000110111100010011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420072; }

 p { color: rgb(66,0,114); }

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

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

 a { background-color: rgb(66,0,114); }

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

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

 span { border-color: rgb(66,0,114); }

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