#420685

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

Shades of Indigo #420685

Tints of Indigo #420685

Color information

#420685 (or 0x420685) is unknown color: approx Indigo. HEX triplet: 42, 06 and 85. RGB value is (66,6,133). Sum of RGB (Red+Green+Blue) = 66+6+133=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #420685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420685 is #BDF97A. Grayscale: #252525. Windows color (decimal): -12450171 or 8717890. OLE color: 8717890.

HSL color Cylindrical-coordinate representation of color #420685: hue angle of 268.35º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420685 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB666133-
CMYK0.500.9500.48
HSL268.35º91.37%27.25%-
HSV(B)268.35º95.49%52.16%-
XYZ6.552.9822.42-
YUV38.42181.38147.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=32.20%
G=2.93%
B=64.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6661330.500.9500.48268.3591.3727.25
Hex42685325F03010c5b1b
Octal10262056213706041413333
Binary10000101101000010111001010111110110000100001100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420685; }

 p { color: rgb(66,6,133); }

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

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

 a { background-color: rgb(66,6,133); }

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

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

 span { border-color: rgb(66,6,133); }

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