#281F88

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

Shades of Persian Indigo #281F88

Tints of Persian Indigo #281F88

Color information

#281F88 (or 0x281F88) is unknown color: approx Persian Indigo. HEX triplet: 28, 1F and 88. RGB value is (40,31,136). Sum of RGB (Red+Green+Blue) = 40+31+136=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #281F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F88 is #D7E077. Grayscale: #2D2D2D. Windows color (decimal): -14147704 or 8920872. OLE color: 8920872.

HSL color Cylindrical-coordinate representation of color #281F88: hue angle of 245.14º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281F88 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4031136-
CMYK0.710.7700.47
HSL245.14º62.87%32.75%-
HSV(B)245.14º77.21%53.33%-
XYZ5.813.2123.61-
YUV45.66178.98123.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.32%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 136 (53.52% from 255) = 65.70%
R=19.32%
G=14.98%
B=65.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40311360.710.7700.47245.1462.8732.75
Hex281F88474D02Ff53f21
Octal50372101071150573657741
Binary101000111111000100010001111001101010111111110101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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