#220871

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

Shades of Persian Indigo #220871

Tints of Persian Indigo #220871

Color information

#220871 (or 0x220871) is unknown color: approx Persian Indigo. HEX triplet: 22, 08 and 71. RGB value is (34,8,113). Sum of RGB (Red+Green+Blue) = 34+8+113=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 8 (3.52% from 255 or 5.16% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #220871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220871 is #DDF78E. Grayscale: #1B1B1B. Windows color (decimal): -14546831 or 7407650. OLE color: 7407650.

HSL color Cylindrical-coordinate representation of color #220871: hue angle of 254.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220871 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB348113-
CMYK0.700.9300.56
HSL254.86º86.78%23.73%-
HSV(B)254.86º92.92%44.31%-
XYZ3.731.7115.76-
YUV27.74176.11132.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 8 (3.52% from 255) = 5.16%
BLUE value IS 113 (44.53% from 255) = 72.90%
R=21.94%
G=5.16%
B=72.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3481130.700.9300.56254.8686.7823.73
Hex22871465D038ff5718
Octal421016110613507037712730
Binary1000101000111000110001101011101011100011111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220871; }

 p { color: rgb(34,8,113); }

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

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

 a { background-color: rgb(34,8,113); }

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

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

 span { border-color: rgb(34,8,113); }

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