Html Css Color HEX #2915BA Persian Blue

📋 copy color: '#2915BA'

red 41 ◦ green 21 ◦ blue 186

#2915BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2915BA

Tints of Persian Blue #2915BA

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 value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2915BA (or 0x2915BA) is known color: 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

RGB 41 21 186 -
CMYK 0.78 0.89 0 0.27
HSL 247.27º 0.8% 0.41% -
HSV(B) 247.27º 0.89% 0.73% -
XYZ 10.05 4.55 46.8 -
YUV 45.79 207.13 124.58 -
System Red Green Blue C M Y K H S L
Decimal 41 21 186 0.78 0.89 0 0.27 247.27 0.8 0.41
Hex 29 15 BA 4E 59 0 1B F7 50 29
Octal 51 25 272 116 131 0 33 367 120 51
Binary 101001 10101 10111010 1001110 1011001 0 11011 11110111 1010000 101001

Color Harmonies of #2915BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915BA

Black with #2915BA

Text Example


Text Example

White with #2915BA

Text Example


Text Example

HTML Codes & Css Web 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>