Html Css Color HEX #2915B8 Persian Blue

📋 copy color: '#2915B8'

red 41 ◦ green 21 ◦ blue 184

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

Shades of Persian Blue #2915B8

Tints of Persian Blue #2915B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 74.8%

R = 16.67%
G = 8.54%
B = 74.8%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2915B8 (or 0x2915B8) is known color: Persian Blue. HEX triplet: 29, 15 and B8. RGB value is (41,21,184). Sum of RGB (Red+Green+Blue) = 41+21+184=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 184 (72.27% from 255 or 74.80% from 246); Max value from RGB is 184 - color contains mainly: blue. Hex color #2915B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915B8 is #D6EA47. Grayscale: #2C2C2C. Windows color (decimal): -14084680 or 12064041. OLE color: 12064041.

HSL color Cylindrical-coordinate representation of color #2915B8: hue angle of 247.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2915B8 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 41 21 184 -
CMYK 0.78 0.89 0 0.28
HSL 247.36º 0.8% 0.4% -
HSV(B) 247.36º 0.89% 0.72% -
XYZ 9.83 4.47 45.69 -
YUV 45.56 206.13 124.75 -
System Red Green Blue C M Y K H S L
Decimal 41 21 184 0.78 0.89 0 0.28 247.36 0.8 0.4
Hex 29 15 B8 4E 59 0 1C F7 50 28
Octal 51 25 270 116 131 0 34 367 120 50
Binary 101001 10101 10111000 1001110 1011001 0 11100 11110111 1010000 101000

Color Harmonies of #2915B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915B8

Black with #2915B8

Text Example


Text Example

White with #2915B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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