#420260

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

Shades of Indigo #420260

Tints of Indigo #420260

Color information

#420260 (or 0x420260) is unknown color: approx Indigo. HEX triplet: 42, 02 and 60. RGB value is (66,2,96). Sum of RGB (Red+Green+Blue) = 66+2+96=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #420260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420260 is #BDFD9F. Grayscale: #1F1F1F. Windows color (decimal): -12451232 or 6292034. OLE color: 6292034.

HSL color Cylindrical-coordinate representation of color #420260: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420260 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66296-
CMYK0.310.9800.62
HSL280.85º95.92%19.22%-
HSV(B)280.85º97.92%37.65%-
XYZ4.382.0511.23-
YUV31.85164.2152.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=40.24%
G=1.22%
B=58.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal662960.310.9800.62280.8595.9219.22
Hex422601F6203E1196013
Octal10221403714207643114023
Binary10000101011000001111111000100111110100011001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420260; }

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

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

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

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

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

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

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

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