Html Css Color HEX #291D76 Persian Indigo

📋 copy color: '#291D76'

red 41 ◦ green 29 ◦ blue 118

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

Shades of Persian Indigo #291D76

Tints of Persian Indigo #291D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 62.77%

R = 21.81%
G = 15.43%
B = 62.77%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291D76 (or 0x291D76) is known color: Persian Indigo. HEX triplet: 29, 1D and 76. RGB value is (41,29,118). Sum of RGB (Red+Green+Blue) = 41+29+118=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #291D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291D76 is #D6E289. Grayscale: #2A2A2A. Windows color (decimal): -14082698 or 7740713. OLE color: 7740713.

HSL color Cylindrical-coordinate representation of color #291D76: hue angle of 248.09º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #291D76 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 29 118 -
CMYK 0.65 0.75 0 0.54
HSL 248.09º 0.61% 0.29% -
HSV(B) 248.09º 0.75% 0.46% -
XYZ 4.62 2.66 17.41 -
YUV 42.73 170.48 126.76 -
System Red Green Blue C M Y K H S L
Decimal 41 29 118 0.65 0.75 0 0.54 248.09 0.61 0.29
Hex 29 1D 76 41 4B 0 36 F8 3D 1D
Octal 51 35 166 101 113 0 66 370 75 35
Binary 101001 11101 1110110 1000001 1001011 0 110110 11111000 111101 11101

Color Harmonies of #291D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291D76

Black with #291D76

Text Example


Text Example

White with #291D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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