#281584

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

Shades of Persian Indigo #281584

Tints of Persian Indigo #281584

Color information

#281584 (or 0x281584) is unknown color: approx Persian Indigo. HEX triplet: 28, 15 and 84. RGB value is (40,21,132). Sum of RGB (Red+Green+Blue) = 40+21+132=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #281584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281584 is #D7EA7B. Grayscale: #262626. Windows color (decimal): -14150268 or 8656168. OLE color: 8656168.

HSL color Cylindrical-coordinate representation of color #281584: hue angle of 250.27º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281584 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4021132-
CMYK0.700.8400.48
HSL250.27º72.55%30%-
HSV(B)250.27º84.09%51.76%-
XYZ5.312.6522.06-
YUV39.34180.29128.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 132 (51.95% from 255) = 68.39%
R=20.73%
G=10.88%
B=68.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40211320.700.8400.48250.2772.5530
Hex2815844654030fa491e
Octal502520410612406037211136
Binary101000101011000010010001101010100011000011111010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281584; }

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

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

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

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

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

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

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

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