#20067A

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

Shades of Persian Indigo #20067A

Tints of Persian Indigo #20067A

Color information

#20067A (or 0x20067A) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 7A. RGB value is (32,6,122). Sum of RGB (Red+Green+Blue) = 32+6+122=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #20067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20067A is #DFF985. Grayscale: #1A1A1A. Windows color (decimal): -14678406 or 7996960. OLE color: 7996960.

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

Color convert

RGB326122-
CMYK0.740.9500.52
HSL253.45º90.62%25.1%-
HSV(B)253.45º95.08%47.84%-
XYZ4.171.8418.55-
YUV27181.61131.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 20%
GREEN value IS 6 (2.73% from 255) = 3.75%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=20%
G=3.75%
B=76.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3261220.740.9500.52253.4590.6225.1
Hex2067A4A5F034fd5b19
Octal40617211213706437513331
Binary100000110111101010010101011111011010011111101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20067A; }

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

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

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

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

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

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

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

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