#281ad0

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

Shades of Persian Blue #281AD0

Tints of Persian Blue #281AD0

Color information

#281AD0 (or 0x281AD0) is unknown color: approx Persian Blue. HEX triplet: 28, 1A and D0. RGB value is (40,26,208). Sum of RGB (Red+Green+Blue) = 40+26+208=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 208 (81.64% from 255 or 75.91% from 274); Max value from RGB is 208 - color contains mainly: blue. Hex color #281AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281AD0 is #D7E52F. Grayscale: #323232. Windows color (decimal): -14148912 or 13638184. OLE color: 13638184.

HSL color Cylindrical-coordinate representation of color #281AD0: hue angle of 244.62º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #281AD0 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4026208-
CMYK0.810.8800.18
HSL244.62º77.78%45.88%-
HSV(B)244.62º87.5%81.57%-
XYZ12.635.7460.12-
YUV50.93216.64120.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 208 (81.64% from 255) = 75.91%
R=14.60%
G=9.49%
B=75.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal40262080.810.8800.18244.6277.7845.88
Hex281AD05158012f54e2e
Octal503232012113002236511656
Binary101000110101101000010100011011000010010111101011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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