Html Css Color HEX #291DAE Persian Blue

📋 copy color: '#291DAE'

red 41 ◦ green 29 ◦ blue 174

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

Shades of Persian Blue #291DAE

Tints of Persian Blue #291DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 71.31%

R = 16.8%
G = 11.89%
B = 71.31%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#291DAE (or 0x291DAE) is known color: Persian Blue. HEX triplet: 29, 1D and AE. RGB value is (41,29,174). Sum of RGB (Red+Green+Blue) = 41+29+174=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #291DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291DAE is #D6E251. Grayscale: #303030. Windows color (decimal): -14082642 or 11410729. OLE color: 11410729.

HSL color Cylindrical-coordinate representation of color #291DAE: hue angle of 244.97º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291DAE is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 41 29 174 -
CMYK 0.76 0.83 0 0.32
HSL 244.97º 0.71% 0.4% -
HSV(B) 244.97º 0.83% 0.68% -
XYZ 8.99 4.41 40.42 -
YUV 49.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 41 29 174 0.76 0.83 0 0.32 244.97 0.71 0.4
Hex 29 1D AE 4C 53 0 20 F5 47 28
Octal 51 35 256 114 123 0 40 365 107 50
Binary 101001 11101 10101110 1001100 1010011 0 100000 11110101 1000111 101000

Color Harmonies of #291DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DAE

Black with #291DAE

Text Example


Text Example

White with #291DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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