#281F85

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

Shades of Persian Indigo #281F85

Tints of Persian Indigo #281F85

Color information

#281F85 (or 0x281F85) is unknown color: approx Persian Indigo. HEX triplet: 28, 1F and 85. RGB value is (40,31,133). Sum of RGB (Red+Green+Blue) = 40+31+133=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #281F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F85 is #D7E07A. Grayscale: #2C2C2C. Windows color (decimal): -14147707 or 8724264. OLE color: 8724264.

HSL color Cylindrical-coordinate representation of color #281F85: hue angle of 245.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281F85 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4031133-
CMYK0.700.7700.48
HSL245.29º62.2%32.16%-
HSV(B)245.29º76.69%52.16%-
XYZ5.63.1222.5-
YUV45.32177.48124.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.61%
GREEN value IS 31 (12.5% from 255) = 15.20%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=19.61%
G=15.20%
B=65.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40311330.700.7700.48245.2962.232.16
Hex281F85464D030f53e20
Octal50372051061150603657640
Binary101000111111000010110001101001101011000011110101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,31,133); }

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

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

 a { background-color: rgb(40,31,133); }

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

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

 span { border-color: rgb(40,31,133); }

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