#2815BA

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

Shades of Persian Blue #2815BA

Tints of Persian Blue #2815BA

Color information

#2815BA (or 0x2815BA) is unknown color: approx Persian Blue. HEX triplet: 28, 15 and BA. RGB value is (40,21,186). Sum of RGB (Red+Green+Blue) = 40+21+186=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #2815BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2815BA is #D7EA45. Grayscale: #2C2C2C. Windows color (decimal): -14150214 or 12195112. OLE color: 12195112.

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

Color convert

RGB4021186-
CMYK0.780.8900.27
HSL246.91º79.71%40.59%-
HSV(B)246.91º88.71%72.94%-
XYZ10.014.5346.8-
YUV45.49207.29124.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 186 (73.05% from 255) = 75.30%
R=16.19%
G=8.50%
B=75.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40211860.780.8900.27246.9179.7140.59
Hex2815BA4E5901Bf75029
Octal502527211613103336712051
Binary101000101011011101010011101011001011011111101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2815BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2815BA; }

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

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

<style>
 a { background-color: #2815BA; }

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

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

<style>
 span { border-color: #2815BA; }

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

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