Html Css Color HEX #291DAF Persian Blue

📋 copy color: '#291DAF'

red 41 ◦ green 29 ◦ blue 175

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

Shades of Persian Blue #291DAF

Tints of Persian Blue #291DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 71.43%

R = 16.73%
G = 11.84%
B = 71.43%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#291DAF (or 0x291DAF) is known color: Persian Blue. HEX triplet: 29, 1D and AF. RGB value is (41,29,175). Sum of RGB (Red+Green+Blue) = 41+29+175=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #291DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291DAF is #D6E250. Grayscale: #303030. Windows color (decimal): -14082641 or 11476265. OLE color: 11476265.

HSL color Cylindrical-coordinate representation of color #291DAF: hue angle of 244.93º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291DAF is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 41 29 175 -
CMYK 0.77 0.83 0 0.31
HSL 244.93º 0.72% 0.4% -
HSV(B) 244.93º 0.83% 0.69% -
XYZ 9.09 4.45 40.94 -
YUV 49.23 198.98 122.13 -
System Red Green Blue C M Y K H S L
Decimal 41 29 175 0.77 0.83 0 0.31 244.93 0.72 0.4
Hex 29 1D AF 4D 53 0 1F F5 48 28
Octal 51 35 257 115 123 0 37 365 110 50
Binary 101001 11101 10101111 1001101 1010011 0 11111 11110101 1001000 101000

Color Harmonies of #291DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DAF

Black with #291DAF

Text Example


Text Example

White with #291DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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