#281573

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

Shades of Persian Indigo #281573

Tints of Persian Indigo #281573

Color information

#281573 (or 0x281573) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 73. RGB value is (40,21,115). Sum of RGB (Red+Green+Blue) = 40+21+115=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #281573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281573 is #D7EA8C. Grayscale: #252525. Windows color (decimal): -14150285 or 7542056. OLE color: 7542056.

HSL color Cylindrical-coordinate representation of color #281573: hue angle of 252.13º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281573 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4021115-
CMYK0.650.8200.55
HSL252.13º69.12%26.67%-
HSV(B)252.13º81.74%45.1%-
XYZ4.242.2316.43-
YUV37.4171.79129.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.73%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 115 (45.31% from 255) = 65.34%
R=22.73%
G=11.93%
B=65.34%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40211150.650.8200.55252.1369.1226.67
Hex2815734152037fc451b
Octal502516310112206737410533
Binary10100010101111001110000011010010011011111111100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281573; }

 p { color: rgb(40,21,115); }

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

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

 a { background-color: rgb(40,21,115); }

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

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

 span { border-color: rgb(40,21,115); }

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