#281AB9

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

Shades of Persian Blue #281AB9

Tints of Persian Blue #281AB9

Color information

#281AB9 (or 0x281AB9) is unknown color: approx Persian Blue. HEX triplet: 28, 1A and B9. RGB value is (40,26,185). Sum of RGB (Red+Green+Blue) = 40+26+185=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 185 (72.66% from 255 or 73.71% from 251); Max value from RGB is 185 - color contains mainly: blue. Hex color #281AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281AB9 is #D7E546. Grayscale: #2F2F2F. Windows color (decimal): -14148935 or 12130856. OLE color: 12130856.

HSL color Cylindrical-coordinate representation of color #281AB9: hue angle of 245.28º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #281AB9 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4026185-
CMYK0.780.8600.27
HSL245.28º75.36%41.37%-
HSV(B)245.28º85.95%72.55%-
XYZ104.6946.28-
YUV48.31205.14122.07-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 185 (72.66% from 255) = 73.71%
R=15.94%
G=10.36%
B=73.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40261850.780.8600.27245.2875.3641.37
Hex281AB94E5601Bf54b29
Octal503227111612603336511351
Binary101000110101011100110011101010110011011111101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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