Html Css Color HEX #2915BE Persian Blue

📋 copy color: '#2915BE'

red 41 ◦ green 21 ◦ blue 190

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

Shades of Persian Blue #2915BE

Tints of Persian Blue #2915BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 75.4%

R = 16.27%
G = 8.33%
B = 75.4%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2915BE (or 0x2915BE) is known color: Persian Blue. HEX triplet: 29, 15 and BE. RGB value is (41,21,190). Sum of RGB (Red+Green+Blue) = 41+21+190=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #2915BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915BE is #D6EA41. Grayscale: #2D2D2D. Windows color (decimal): -14084674 or 12457257. OLE color: 12457257.

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

Color convert

RGB 41 21 190 -
CMYK 0.78 0.89 0 0.25
HSL 247.1º 0.8% 0.41% -
HSV(B) 247.1º 0.89% 0.75% -
XYZ 10.48 4.73 49.08 -
YUV 46.25 209.13 124.26 -
System Red Green Blue C M Y K H S L
Decimal 41 21 190 0.78 0.89 0 0.25 247.1 0.8 0.41
Hex 29 15 BE 4E 59 0 19 F7 50 29
Octal 51 25 276 116 131 0 31 367 120 51
Binary 101001 10101 10111110 1001110 1011001 0 11001 11110111 1010000 101001

Color Harmonies of #2915BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915BE

Black with #2915BE

Text Example


Text Example

White with #2915BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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