#281D87

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

Shades of Persian Indigo #281D87

Tints of Persian Indigo #281D87

Color information

#281D87 (or 0x281D87) is unknown color: approx Persian Indigo. HEX triplet: 28, 1D and 87. RGB value is (40,29,135). Sum of RGB (Red+Green+Blue) = 40+29+135=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #281D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281D87 is #D7E278. Grayscale: #2B2B2B. Windows color (decimal): -14148217 or 8854824. OLE color: 8854824.

HSL color Cylindrical-coordinate representation of color #281D87: hue angle of 246.23º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281D87 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4029135-
CMYK0.700.7900.47
HSL246.23º64.63%32.16%-
HSV(B)246.23º78.52%52.94%-
XYZ5.693.0823.22-
YUV44.37179.14124.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=19.61%
G=14.22%
B=66.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40291350.700.7900.47246.2364.6332.16
Hex281D87464F02Ff64120
Octal503520710611705736610140
Binary1010001110110000111100011010011110101111111101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281D87; }

 p { color: rgb(40,29,135); }

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

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

 a { background-color: rgb(40,29,135); }

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

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

 span { border-color: rgb(40,29,135); }

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