#281AB2

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

Shades of Persian Blue #281AB2

Tints of Persian Blue #281AB2

Color information

#281AB2 (or 0x281AB2) is unknown color: approx Persian Blue. HEX triplet: 28, 1A and B2. RGB value is (40,26,178). Sum of RGB (Red+Green+Blue) = 40+26+178=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 178 (69.92% from 255 or 72.95% from 244); Max value from RGB is 178 - color contains mainly: blue. Hex color #281AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281AB2 is #D7E54D. Grayscale: #2E2E2E. Windows color (decimal): -14148942 or 11672104. OLE color: 11672104.

HSL color Cylindrical-coordinate representation of color #281AB2: hue angle of 245.53º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281AB2 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4026178-
CMYK0.780.8500.30
HSL245.53º74.51%40%-
HSV(B)245.53º85.39%69.8%-
XYZ9.284.442.48-
YUV47.51201.64122.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 178 (69.92% from 255) = 72.95%
R=16.39%
G=10.66%
B=72.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40261780.780.8500.30245.5374.5140
Hex281AB24E5501Ef64b28
Octal503226211612503636611350
Binary101000110101011001010011101010101011110111101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,26,178); }

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

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

 a { background-color: rgb(40,26,178); }

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

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

 span { border-color: rgb(40,26,178); }

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