#420264

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

Shades of Indigo #420264

Tints of Indigo #420264

Color information

#420264 (or 0x420264) is unknown color: approx Indigo. HEX triplet: 42, 02 and 64. RGB value is (66,2,100). Sum of RGB (Red+Green+Blue) = 66+2+100=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 100 (39.45% from 255 or 59.52% from 168); Max value from RGB is 100 - color contains mainly: blue. Hex color #420264 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420264 is #BDFD9B. Grayscale: #1F1F1F. Windows color (decimal): -12451228 or 6554178. OLE color: 6554178.

HSL color Cylindrical-coordinate representation of color #420264: hue angle of 279.18º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420264 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB662100-
CMYK0.340.9800.61
HSL279.18º96.08%20%-
HSV(B)279.18º98%39.22%-
XYZ4.572.1212.23-
YUV32.31166.2152.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 100 (39.45% from 255) = 59.52%
R=39.29%
G=1.19%
B=59.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6621000.340.9800.61279.1896.0820
Hex42264226203D1176014
Octal10221444214207542714024
Binary100001010110010010001011000100111101100010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420264; }

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

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

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

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

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

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

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

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