Html Css Color HEX #291BBE Persian Blue

📋 copy color: '#291BBE'

red 41 ◦ green 27 ◦ blue 190

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

Shades of Persian Blue #291BBE

Tints of Persian Blue #291BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

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

R = 15.89%
G = 10.47%
B = 73.64%

CMYK

 C value IS 0.78

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#291BBE (or 0x291BBE) is known color: Persian Blue. HEX triplet: 29, 1B and BE. RGB value is (41,27,190). Sum of RGB (Red+Green+Blue) = 41+27+190=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 190 (74.61% from 255 or 73.64% from 258); Max value from RGB is 190 - color contains mainly: blue. Hex color #291BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291BBE is #D6E441. Grayscale: #313131. Windows color (decimal): -14083138 or 12458793. OLE color: 12458793.

HSL color Cylindrical-coordinate representation of color #291BBE: hue angle of 245.15º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291BBE is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 27 190 -
CMYK 0.78 0.86 0 0.25
HSL 245.15º 0.75% 0.43% -
HSV(B) 245.15º 0.86% 0.75% -
XYZ 10.6 4.97 49.12 -
YUV 49.77 207.14 121.75 -
System Red Green Blue C M Y K H S L
Decimal 41 27 190 0.78 0.86 0 0.25 245.15 0.75 0.43
Hex 29 1B BE 4E 56 0 19 F5 4B 2B
Octal 51 33 276 116 126 0 31 365 113 53
Binary 101001 11011 10111110 1001110 1010110 0 11001 11110101 1001011 101011

Color Harmonies of #291BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291BBE

Black with #291BBE

Text Example


Text Example

White with #291BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291BBE; }

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

 H1.HeaderClassName
 {
   color: #291BBE;
 }
 .AnyTagClassName
 {
   color: #291BBE;
 }
</style>

background-color css

<style>
 a { background-color: #291BBE; }

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

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

border-color css

<style>
 span { border-color: #291BBE; }

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

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