#2915BA

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

Shades of Persian Blue #2915BA

Tints of Persian Blue #2915BA

Color information

#2915BA (or 0x2915BA) is unknown color: approx Persian Blue. HEX triplet: 29, 15 and BA. RGB value is (41,21,186). Sum of RGB (Red+Green+Blue) = 41+21+186=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #2915BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915BA is #D6EA45. Grayscale: #2D2D2D. Windows color (decimal): -14084678 or 12195113. OLE color: 12195113.

HSL color Cylindrical-coordinate representation of color #2915BA: hue angle of 247.27º 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 #2915BA is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4121186-
CMYK0.780.8900.27
HSL247.27º79.71%40.59%-
HSV(B)247.27º88.71%72.94%-
XYZ10.054.5546.8-
YUV45.79207.13124.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.53%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 186 (73.05% from 255) = 75%
R=16.53%
G=8.47%
B=75%

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
Decimal41211860.780.8900.27247.2779.7140.59
Hex2915BA4E5901Bf75029
Octal512527211613103336712051
Binary101001101011011101010011101011001011011111101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2915BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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