#420168

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

Shades of Indigo #420168

Tints of Indigo #420168

Color information

#420168 (or 0x420168) is unknown color: approx Indigo. HEX triplet: 42, 01 and 68. RGB value is (66,1,104). Sum of RGB (Red+Green+Blue) = 66+1+104=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #420168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420168 is #BDFE97. Grayscale: #1F1F1F. Windows color (decimal): -12451480 or 6816066. OLE color: 6816066.

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

Color convert

RGB661104-
CMYK0.370.9900.59
HSL277.86º98.1%20.59%-
HSV(B)277.86º99.04%40.78%-
XYZ4.762.1813.27-
YUV32.18168.53152.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 104 (41.02% from 255) = 60.82%
R=38.60%
G=0.58%
B=60.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6611040.370.9900.59277.8698.120.59
Hex42168256303B1166215
Octal10211504514307342614225
Binary10000101110100010010111000110111011100010110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420168; }

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

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

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

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

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

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

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

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