#200172

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

Shades of Persian Indigo #200172

Tints of Persian Indigo #200172

Color information

#200172 (or 0x200172) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 72. RGB value is (32,1,114). Sum of RGB (Red+Green+Blue) = 32+1+114=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 114 (44.92% from 255 or 77.55% from 147); Max value from RGB is 114 - color contains mainly: blue. Hex color #200172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200172 is #DFFE8D. Grayscale: #161616. Windows color (decimal): -14679694 or 7471392. OLE color: 7471392.

HSL color Cylindrical-coordinate representation of color #200172: hue angle of 256.46º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #200172 is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB321114-
CMYK0.720.9900.55
HSL256.46º98.26%22.55%-
HSV(B)256.46º99.12%44.71%-
XYZ3.641.5416.03-
YUV23.15179.27134.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 114 (44.92% from 255) = 77.55%
R=21.77%
G=0.68%
B=77.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3211140.720.9900.55256.4698.2622.55
Hex2017248630371006217
Octal40116211014306740014227
Binary10000011110010100100011000110110111100000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200172; }

 p { color: rgb(32,1,114); }

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

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

 a { background-color: rgb(32,1,114); }

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

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

 span { border-color: rgb(32,1,114); }

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