#200671

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

Shades of Persian Indigo #200671

Tints of Persian Indigo #200671

Color information

#200671 (or 0x200671) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 71. RGB value is (32,6,113). Sum of RGB (Red+Green+Blue) = 32+6+113=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #200671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200671 is #DFF98E. Grayscale: #191919. Windows color (decimal): -14678415 or 7407136. OLE color: 7407136.

HSL color Cylindrical-coordinate representation of color #200671: hue angle of 254.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200671 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB326113-
CMYK0.720.9500.56
HSL254.58º89.92%23.33%-
HSV(B)254.58º94.69%44.31%-
XYZ3.641.6315.75-
YUV25.97177.11132.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.19%
GREEN value IS 6 (2.73% from 255) = 3.97%
BLUE value IS 113 (44.53% from 255) = 74.83%
R=21.19%
G=3.97%
B=74.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3261130.720.9500.56254.5889.9223.33
Hex20671485F038ff5a17
Octal40616111013707037713227
Binary100000110111000110010001011111011100011111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200671; }

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

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

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

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

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

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

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

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