#20066B

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

Shades of Persian Indigo #20066B

Tints of Persian Indigo #20066B

Color information

#20066B (or 0x20066B) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 6B. RGB value is (32,6,107). Sum of RGB (Red+Green+Blue) = 32+6+107=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 107 (42.19% from 255 or 73.79% from 145); Max value from RGB is 107 - color contains mainly: blue. Hex color #20066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20066B is #DFF994. Grayscale: #181818. Windows color (decimal): -14678421 or 7013920. OLE color: 7013920.

HSL color Cylindrical-coordinate representation of color #20066B: hue angle of 255.45º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20066B is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB326107-
CMYK0.700.9400.58
HSL255.45º89.38%22.16%-
HSV(B)255.45º94.39%41.96%-
XYZ3.311.514.02-
YUV25.29174.11132.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 107 (42.19% from 255) = 73.79%
R=22.07%
G=4.14%
B=73.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3261070.700.9400.58255.4589.3822.16
Hex2066B465E03Aff5916
Octal40615310613607237713126
Binary100000110110101110001101011110011101011111111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20066B; }

 p { color: rgb(32,6,107); }

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

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

 a { background-color: rgb(32,6,107); }

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

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

 span { border-color: rgb(32,6,107); }

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