Html Css Color HEX #291EAB Persian Blue

📋 copy color: '#291EAB'

red 41 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #291EAB

Tints of Persian Blue #291EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 16.94%
G = 12.4%
B = 70.66%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#291EAB (or 0x291EAB) is known color: Persian Blue. HEX triplet: 29, 1E and AB. RGB value is (41,30,171). Sum of RGB (Red+Green+Blue) = 41+30+171=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #291EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291EAB is #D6E154. Grayscale: #303030. Windows color (decimal): -14082389 or 11214377. OLE color: 11214377.

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

Color convert

RGB 41 30 171 -
CMYK 0.76 0.82 0 0.33
HSL 244.68º 0.7% 0.39% -
HSV(B) 244.68º 0.82% 0.67% -
XYZ 8.73 4.34 38.91 -
YUV 49.36 196.64 122.04 -
System Red Green Blue C M Y K H S L
Decimal 41 30 171 0.76 0.82 0 0.33 244.68 0.7 0.39
Hex 29 1E AB 4C 52 0 21 F5 46 27
Octal 51 36 253 114 122 0 41 365 106 47
Binary 101001 11110 10101011 1001100 1010010 0 100001 11110101 1000110 100111

Color Harmonies of #291EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291EAB

Black with #291EAB

Text Example


Text Example

White with #291EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,30,171); }

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

background-color css

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

 a { background-color: rgb(41,30,171); }

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

border-color css

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

 span { border-color: rgb(41,30,171); }

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