#281EB6

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

Shades of Persian Blue #281EB6

Tints of Persian Blue #281EB6

Color information

#281EB6 (or 0x281EB6) is unknown color: approx Persian Blue. HEX triplet: 28, 1E and B6. RGB value is (40,30,182). Sum of RGB (Red+Green+Blue) = 40+30+182=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 182 (71.48% from 255 or 72.22% from 252); Max value from RGB is 182 - color contains mainly: blue. Hex color #281EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #281EB6 is #D7E149. Grayscale: #313131. Windows color (decimal): -14147914 or 11935272. OLE color: 11935272.

HSL color Cylindrical-coordinate representation of color #281EB6: hue angle of 243.95º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281EB6 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4030182-
CMYK0.780.8400.29
HSL243.95º71.7%41.57%-
HSV(B)243.95º83.52%71.37%-
XYZ9.784.7644.66-
YUV50.32202.31120.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.87%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 182 (71.48% from 255) = 72.22%
R=15.87%
G=11.90%
B=72.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal40301820.780.8400.29243.9571.741.57
Hex281EB64E5401Df4482a
Octal503626611612403536411052
Binary101000111101011011010011101010100011101111101001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,30,182); }

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

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

 a { background-color: rgb(40,30,182); }

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

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

 span { border-color: rgb(40,30,182); }

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