Html Css Color HEX #291DB6 Persian Blue

📋 copy color: '#291DB6'

red 41 ◦ green 29 ◦ blue 182

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

Shades of Persian Blue #291DB6

Tints of Persian Blue #291DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 72.22%

R = 16.27%
G = 11.51%
B = 72.22%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#291DB6 (or 0x291DB6) is known color: Persian Blue. HEX triplet: 29, 1D and B6. RGB value is (41,29,182). Sum of RGB (Red+Green+Blue) = 41+29+182=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 182 (71.48% from 255 or 72.22% from 252); Max value from RGB is 182 - color contains mainly: blue. Hex color #291DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #291DB6 is #D6E249. Grayscale: #313131. Windows color (decimal): -14082634 or 11935017. OLE color: 11935017.

HSL color Cylindrical-coordinate representation of color #291DB6: hue angle of 244.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291DB6 is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 41 29 182 -
CMYK 0.77 0.84 0 0.29
HSL 244.71º 0.73% 0.41% -
HSV(B) 244.71º 0.84% 0.71% -
XYZ 9.8 4.73 44.65 -
YUV 50.03 202.48 121.56 -
System Red Green Blue C M Y K H S L
Decimal 41 29 182 0.77 0.84 0 0.29 244.71 0.73 0.41
Hex 29 1D B6 4D 54 0 1D F5 49 29
Octal 51 35 266 115 124 0 35 365 111 51
Binary 101001 11101 10110110 1001101 1010100 0 11101 11110101 1001001 101001

Color Harmonies of #291DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291DB6

Black with #291DB6

Text Example


Text Example

White with #291DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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