#200175

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

Shades of Persian Indigo #200175

Tints of Persian Indigo #200175

Color information

#200175 (or 0x200175) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 75. RGB value is (32,1,117). Sum of RGB (Red+Green+Blue) = 32+1+117=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 117 (46.09% from 255 or 78% from 150); Max value from RGB is 117 - color contains mainly: blue. Hex color #200175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200175 is #DFFE8A. Grayscale: #171717. Windows color (decimal): -14679691 or 7668000. OLE color: 7668000.

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

Color convert

RGB321117-
CMYK0.730.9900.54
HSL256.03º98.31%23.14%-
HSV(B)256.03º99.15%45.88%-
XYZ3.821.6116.94-
YUV23.49180.77134.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 117 (46.09% from 255) = 78%
R=21.33%
G=0.67%
B=78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3211170.730.9900.54256.0398.3123.14
Hex2017549630361006217
Octal40116511114306640014227
Binary10000011110101100100111000110110110100000000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200175; }

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

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

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

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

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

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

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

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