Html Css Color HEX #291DBB Persian Blue

📋 copy color: '#291DBB'

red 41 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #291DBB

Tints of Persian Blue #291DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.28%

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

R = 15.95%
G = 11.28%
B = 72.76%

CMYK

 C value IS 0.78

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#291DBB (or 0x291DBB) is known color: Persian Blue. HEX triplet: 29, 1D and BB. RGB value is (41,29,187). Sum of RGB (Red+Green+Blue) = 41+29+187=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #291DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DBB is #D6E244. Grayscale: #313131. Windows color (decimal): -14082629 or 12262697. OLE color: 12262697.

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

Color convert

RGB 41 29 187 -
CMYK 0.78 0.84 0 0.27
HSL 244.56º 0.73% 0.42% -
HSV(B) 244.56º 0.84% 0.73% -
XYZ 10.32 4.94 47.42 -
YUV 50.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 41 29 187 0.78 0.84 0 0.27 244.56 0.73 0.42
Hex 29 1D BB 4E 54 0 1B F5 49 2A
Octal 51 35 273 116 124 0 33 365 111 52
Binary 101001 11101 10111011 1001110 1010100 0 11011 11110101 1001001 101010

Color Harmonies of #291DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DBB

Black with #291DBB

Text Example


Text Example

White with #291DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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