Html Css Color HEX #291DBC Persian Blue

📋 copy color: '#291DBC'

red 41 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #291DBC

Tints of Persian Blue #291DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 72.87%

R = 15.89%
G = 11.24%
B = 72.87%

CMYK

 C value IS 0.78

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#291DBC (or 0x291DBC) is known color: Persian Blue. HEX triplet: 29, 1D and BC. RGB value is (41,29,188). Sum of RGB (Red+Green+Blue) = 41+29+188=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 188 (73.83% from 255 or 72.87% from 258); Max value from RGB is 188 - color contains mainly: blue. Hex color #291DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DBC is #D6E243. Grayscale: #323232. Windows color (decimal): -14082628 or 12328233. OLE color: 12328233.

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

Color convert

RGB 41 29 188 -
CMYK 0.78 0.85 0 0.26
HSL 244.53º 0.73% 0.43% -
HSV(B) 244.53º 0.85% 0.74% -
XYZ 10.43 4.98 47.99 -
YUV 50.71 205.48 121.07 -
System Red Green Blue C M Y K H S L
Decimal 41 29 188 0.78 0.85 0 0.26 244.53 0.73 0.43
Hex 29 1D BC 4E 55 0 1A F5 49 2B
Octal 51 35 274 116 125 0 32 365 111 53
Binary 101001 11101 10111100 1001110 1010101 0 11010 11110101 1001001 101011

Color Harmonies of #291DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DBC

Black with #291DBC

Text Example


Text Example

White with #291DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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