Html Css Color HEX #291DBA Persian Blue

📋 copy color: '#291DBA'

red 41 ◦ green 29 ◦ blue 186

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

Shades of Persian Blue #291DBA

Tints of Persian Blue #291DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 72.66%

R = 16.02%
G = 11.33%
B = 72.66%

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

#291DBA (or 0x291DBA) is known color: Persian Blue. HEX triplet: 29, 1D and BA. RGB value is (41,29,186). Sum of RGB (Red+Green+Blue) = 41+29+186=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #291DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DBA is #D6E245. Grayscale: #313131. Windows color (decimal): -14082630 or 12197161. OLE color: 12197161.

HSL color Cylindrical-coordinate representation of color #291DBA: hue angle of 244.59º 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 #291DBA is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 29 186 -
CMYK 0.78 0.84 0 0.27
HSL 244.59º 0.73% 0.42% -
HSV(B) 244.59º 0.84% 0.73% -
XYZ 10.22 4.9 46.86 -
YUV 50.49 204.48 121.23 -
System Red Green Blue C M Y K H S L
Decimal 41 29 186 0.78 0.84 0 0.27 244.59 0.73 0.42
Hex 29 1D BA 4E 54 0 1B F5 49 2A
Octal 51 35 272 116 124 0 33 365 111 52
Binary 101001 11101 10111010 1001110 1010100 0 11011 11110101 1001001 101010

Color Harmonies of #291DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DBA

Black with #291DBA

Text Example


Text Example

White with #291DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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