Html Css Color HEX #291CBB Persian Blue

📋 copy color: '#291CBB'

red 41 ◦ green 28 ◦ blue 187

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

Shades of Persian Blue #291CBB

Tints of Persian Blue #291CBB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

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

R = 16.02%
G = 10.94%
B = 73.05%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#291CBB (or 0x291CBB) is known color: Persian Blue. HEX triplet: 29, 1C and BB. RGB value is (41,28,187). Sum of RGB (Red+Green+Blue) = 41+28+187=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #291CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291CBB is #D6E344. Grayscale: #313131. Windows color (decimal): -14082885 or 12262441. OLE color: 12262441.

HSL color Cylindrical-coordinate representation of color #291CBB: hue angle of 244.91º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #291CBB is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 28 187 -
CMYK 0.78 0.85 0 0.27
HSL 244.91º 0.74% 0.42% -
HSV(B) 244.91º 0.85% 0.73% -
XYZ 10.3 4.89 47.41 -
YUV 50.01 205.31 121.57 -
System Red Green Blue C M Y K H S L
Decimal 41 28 187 0.78 0.85 0 0.27 244.91 0.74 0.42
Hex 29 1C BB 4E 55 0 1B F5 4A 2A
Octal 51 34 273 116 125 0 33 365 112 52
Binary 101001 11100 10111011 1001110 1010101 0 11011 11110101 1001010 101010

Color Harmonies of #291CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291CBB

Black with #291CBB

Text Example


Text Example

White with #291CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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