#420167

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

Shades of Indigo #420167

Tints of Indigo #420167

Color information

#420167 (or 0x420167) is unknown color: approx Indigo. HEX triplet: 42, 01 and 67. RGB value is (66,1,103). Sum of RGB (Red+Green+Blue) = 66+1+103=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 103 (40.62% from 255 or 60.59% from 170); Max value from RGB is 103 - color contains mainly: blue. Hex color #420167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420167 is #BDFE98. Grayscale: #1F1F1F. Windows color (decimal): -12451481 or 6750530. OLE color: 6750530.

HSL color Cylindrical-coordinate representation of color #420167: hue angle of 278.24º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420167 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB661103-
CMYK0.360.9900.60
HSL278.24º98.08%20.39%-
HSV(B)278.24º99.03%40.39%-
XYZ4.712.1613-
YUV32.06168.03152.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 103 (40.62% from 255) = 60.59%
R=38.82%
G=0.59%
B=60.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6611030.360.9900.60278.2498.0820.39
Hex42167246303C1166214
Octal10211474414307442614224
Binary10000101110011110010011000110111100100010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420167; }

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

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

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

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

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

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

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

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