Html Css Color HEX #2915BB Persian Blue

📋 copy color: '#2915BB'

red 41 ◦ green 21 ◦ blue 187

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

Shades of Persian Blue #2915BB

Tints of Persian Blue #2915BB

RGB

 RED value IS 41 (16.41% from 255) = 16.47%

 GREEN value IS 21 (8.59% from 255) = 8.43%

 BLUE value IS 187 (73.44% from 255) = 75.1%

R = 16.47%
G = 8.43%
B = 75.1%

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

#2915BB (or 0x2915BB) is known color: Persian Blue. HEX triplet: 29, 15 and BB. RGB value is (41,21,187). Sum of RGB (Red+Green+Blue) = 41+21+187=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 187 (73.44% from 255 or 75.10% from 249); Max value from RGB is 187 - color contains mainly: blue. Hex color #2915BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915BB is #D6EA44. Grayscale: #2D2D2D. Windows color (decimal): -14084677 or 12260649. OLE color: 12260649.

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

Color convert

RGB 41 21 187 -
CMYK 0.78 0.89 0 0.27
HSL 247.23º 0.8% 0.41% -
HSV(B) 247.23º 0.89% 0.73% -
XYZ 10.15 4.6 47.37 -
YUV 45.9 207.63 124.5 -
System Red Green Blue C M Y K H S L
Decimal 41 21 187 0.78 0.89 0 0.27 247.23 0.8 0.41
Hex 29 15 BB 4E 59 0 1B F7 50 29
Octal 51 25 273 116 131 0 33 367 120 51
Binary 101001 10101 10111011 1001110 1011001 0 11011 11110111 1010000 101001

Color Harmonies of #2915BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915BB

Black with #2915BB

Text Example


Text Example

White with #2915BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2915BB;
 }
 .AnyTagClassName
 {
   color: #2915BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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