#281579

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

Shades of Persian Indigo #281579

Tints of Persian Indigo #281579

Color information

#281579 (or 0x281579) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 79. RGB value is (40,21,121). Sum of RGB (Red+Green+Blue) = 40+21+121=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 121 (47.66% from 255 or 66.48% from 182); Max value from RGB is 121 - color contains mainly: blue. Hex color #281579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281579 is #D7EA86. Grayscale: #252525. Windows color (decimal): -14150279 or 7935272. OLE color: 7935272.

HSL color Cylindrical-coordinate representation of color #281579: hue angle of 251.4º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281579 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4021121-
CMYK0.670.8300.53
HSL251.4º70.42%27.84%-
HSV(B)251.4º82.64%47.45%-
XYZ4.592.3718.3-
YUV38.08174.79129.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 21 (8.59% from 255) = 11.54%
BLUE value IS 121 (47.66% from 255) = 66.48%
R=21.98%
G=11.54%
B=66.48%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal40211210.670.8300.53251.470.4227.84
Hex2815794353035fb461c
Octal502517110312306537310634
Binary10100010101111100110000111010011011010111111011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281579; }

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

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

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

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

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

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

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

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