#281ABA

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

Shades of Persian Blue #281ABA

Tints of Persian Blue #281ABA

Color information

#281ABA (or 0x281ABA) is unknown color: approx Persian Blue. HEX triplet: 28, 1A and BA. RGB value is (40,26,186). Sum of RGB (Red+Green+Blue) = 40+26+186=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #281ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281ABA is #D7E545. Grayscale: #2F2F2F. Windows color (decimal): -14148934 or 12196392. OLE color: 12196392.

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

Color convert

RGB4026186-
CMYK0.780.8600.27
HSL245.25º75.47%41.57%-
HSV(B)245.25º86.02%72.94%-
XYZ10.114.7446.84-
YUV48.43205.64121.99-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 26 (10.55% from 255) = 10.32%
BLUE value IS 186 (73.05% from 255) = 73.81%
R=15.87%
G=10.32%
B=73.81%

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
Decimal40261860.780.8600.27245.2575.4741.57
Hex281ABA4E5601Bf54b2a
Octal503227211612603336511352
Binary101000110101011101010011101010110011011111101011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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