#20006F

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

Shades of Persian Indigo #20006F

Tints of Persian Indigo #20006F

Color information

#20006F (or 0x20006F) is unknown color: approx Persian Indigo. HEX triplet: 20, 00 and 6F. RGB value is (32,0,111). Sum of RGB (Red+Green+Blue) = 32+0+111=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #20006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20006F is #DFFF90. Grayscale: #151515. Windows color (decimal): -14679953 or 7274528. OLE color: 7274528.

HSL color Cylindrical-coordinate representation of color #20006F: hue angle of 257.3º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20006F is Cyan = 0.71, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB320111-
CMYK0.71100.56
HSL257.3º100%21.76%-
HSV(B)257.3º100%43.53%-
XYZ3.461.4515.14-
YUV22.22178.1134.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 77.62%
R=22.38%
G=0%
B=77.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3201110.71100.56257.310021.76
Hex2006F47640381016416
Octal40015710714407040114426
Binary10000001101111100011111001000111000100000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20006F; }

 p { color: rgb(32,0,111); }

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

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

 a { background-color: rgb(32,0,111); }

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

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

 span { border-color: rgb(32,0,111); }

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