#221281

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

Shades of Persian Indigo #221281

Tints of Persian Indigo #221281

Color information

#221281 (or 0x221281) is unknown color: approx Persian Indigo. HEX triplet: 22, 12 and 81. RGB value is (34,18,129). Sum of RGB (Red+Green+Blue) = 34+18+129=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #221281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221281 is #DDED7E. Grayscale: #232323. Windows color (decimal): -14544255 or 8458786. OLE color: 8458786.

HSL color Cylindrical-coordinate representation of color #221281: hue angle of 248.65º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221281 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3418129-
CMYK0.740.8600.49
HSL248.65º75.51%28.82%-
HSV(B)248.65º86.05%50.59%-
XYZ4.842.3620.97-
YUV35.44180.8126.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 129 (50.78% from 255) = 71.27%
R=18.78%
G=9.94%
B=71.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34181290.740.8600.49248.6575.5128.82
Hex2212814A56031f94c1d
Octal422220111212606137111435
Binary100010100101000000110010101010110011000111111001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221281; }

 p { color: rgb(34,18,129); }

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

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

 a { background-color: rgb(34,18,129); }

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

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

 span { border-color: rgb(34,18,129); }

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