#281287

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

Shades of Persian Indigo #281287

Tints of Persian Indigo #281287

Color information

#281287 (or 0x281287) is unknown color: approx Persian Indigo. HEX triplet: 28, 12 and 87. RGB value is (40,18,135). Sum of RGB (Red+Green+Blue) = 40+18+135=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 135 (53.12% from 255 or 69.95% from 193); Max value from RGB is 135 - color contains mainly: blue. Hex color #281287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281287 is #D7ED78. Grayscale: #252525. Windows color (decimal): -14151033 or 8852008. OLE color: 8852008.

HSL color Cylindrical-coordinate representation of color #281287: hue angle of 251.28º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #281287 is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4018135-
CMYK0.700.8700.47
HSL251.28º76.47%30%-
HSV(B)251.28º86.67%52.94%-
XYZ5.462.6323.14-
YUV37.92182.79129.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 135 (53.12% from 255) = 69.95%
R=20.73%
G=9.33%
B=69.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40181350.700.8700.47251.2876.4730
Hex281287465702Ffb4c1e
Octal502220710612705737311436
Binary101000100101000011110001101010111010111111111011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281287; }

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

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

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

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

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

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

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

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