#200177

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

Shades of Persian Indigo #200177

Tints of Persian Indigo #200177

Color information

#200177 (or 0x200177) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 77. RGB value is (32,1,119). Sum of RGB (Red+Green+Blue) = 32+1+119=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #200177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200177 is #DFFE88. Grayscale: #171717. Windows color (decimal): -14679689 or 7799072. OLE color: 7799072.

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

Color convert

RGB321119-
CMYK0.730.9900.53
HSL255.76º98.33%23.53%-
HSV(B)255.76º99.16%46.67%-
XYZ3.941.6617.57-
YUV23.72181.77133.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.05%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 119 (46.88% from 255) = 78.29%
R=21.05%
G=0.66%
B=78.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3211190.730.9900.53255.7698.3323.53
Hex2017749630351006218
Octal40116711114306540014230
Binary10000011110111100100111000110110101100000000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200177; }

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

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

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

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

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

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

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

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