Html Css Color HEX #291FAD Persian Blue

📋 copy color: '#291FAD'

red 41 ◦ green 31 ◦ blue 173

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

Shades of Persian Blue #291FAD

Tints of Persian Blue #291FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.65%

 BLUE value IS 173 (67.97% from 255) = 70.61%

R = 16.73%
G = 12.65%
B = 70.61%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#291FAD (or 0x291FAD) is known color: Persian Blue. HEX triplet: 29, 1F and AD. RGB value is (41,31,173). Sum of RGB (Red+Green+Blue) = 41+31+173=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #291FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291FAD is #D6E052. Grayscale: #313131. Windows color (decimal): -14082131 or 11345705. OLE color: 11345705.

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

Color convert

RGB 41 31 173 -
CMYK 0.76 0.82 0 0.32
HSL 244.23º 0.7% 0.4% -
HSV(B) 244.23º 0.82% 0.68% -
XYZ 8.95 4.47 39.93 -
YUV 50.18 197.31 121.45 -
System Red Green Blue C M Y K H S L
Decimal 41 31 173 0.76 0.82 0 0.32 244.23 0.7 0.4
Hex 29 1F AD 4C 52 0 20 F4 46 28
Octal 51 37 255 114 122 0 40 364 106 50
Binary 101001 11111 10101101 1001100 1010010 0 100000 11110100 1000110 101000

Color Harmonies of #291FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291FAD

Black with #291FAD

Text Example


Text Example

White with #291FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,31,173); }

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

background-color css

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

 a { background-color: rgb(41,31,173); }

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

border-color css

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

 span { border-color: rgb(41,31,173); }

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