#20067E

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

Shades of Persian Indigo #20067E

Tints of Persian Indigo #20067E

Color information

#20067E (or 0x20067E) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 7E. RGB value is (32,6,126). Sum of RGB (Red+Green+Blue) = 32+6+126=164 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.51% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 126 (49.61% from 255 or 76.83% from 164); Max value from RGB is 126 - color contains mainly: blue. Hex color #20067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20067E is #DFF981. Grayscale: #1B1B1B. Windows color (decimal): -14678402 or 8259104. OLE color: 8259104.

HSL color Cylindrical-coordinate representation of color #20067E: hue angle of 253º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20067E is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB326126-
CMYK0.750.9500.51
HSL253º90.91%25.88%-
HSV(B)253º95.24%49.41%-
XYZ4.431.9419.88-
YUV27.45183.61131.24-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.51%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 126 (49.61% from 255) = 76.83%
R=19.51%
G=3.66%
B=76.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3261260.750.9500.5125390.9125.88
Hex2067E4B5F033fd5b1a
Octal40617611313706337513332
Binary100000110111111010010111011111011001111111101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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