#420269

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

Shades of Indigo #420269

Tints of Indigo #420269

Color information

#420269 (or 0x420269) is unknown color: approx Indigo. HEX triplet: 42, 02 and 69. RGB value is (66,2,105). Sum of RGB (Red+Green+Blue) = 66+2+105=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #420269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420269 is #BDFD96. Grayscale: #202020. Windows color (decimal): -12451223 or 6881858. OLE color: 6881858.

HSL color Cylindrical-coordinate representation of color #420269: hue angle of 277.28º 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 #420269 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB662105-
CMYK0.370.9800.59
HSL277.28º96.26%20.98%-
HSV(B)277.28º98.1%41.18%-
XYZ4.822.2213.54-
YUV32.88168.7151.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 105 (41.41% from 255) = 60.69%
R=38.15%
G=1.16%
B=60.69%

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
Decimal6621050.370.9800.59277.2896.2620.98
Hex42269256203B1156015
Octal10221514514207342514025
Binary100001010110100110010111000100111011100010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420269; }

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

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

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

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

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

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

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

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