#420268

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

Shades of Indigo #420268

Tints of Indigo #420268

Color information

#420268 (or 0x420268) is unknown color: approx Indigo. HEX triplet: 42, 02 and 68. RGB value is (66,2,104). Sum of RGB (Red+Green+Blue) = 66+2+104=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #420268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420268 is #BDFD97. Grayscale: #202020. Windows color (decimal): -12451224 or 6816322. OLE color: 6816322.

HSL color Cylindrical-coordinate representation of color #420268: hue angle of 277.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420268 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB662104-
CMYK0.370.9800.59
HSL277.65º96.23%20.78%-
HSV(B)277.65º98.08%40.78%-
XYZ4.772.213.27-
YUV32.76168.2151.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=38.37%
G=1.16%
B=60.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6621040.370.9800.59277.6596.2320.78
Hex42268256203B1166015
Octal10221504514207342614025
Binary100001010110100010010111000100111011100010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420268; }

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

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

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

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

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

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

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

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