Html Css Color HEX #291376 Persian Indigo

📋 copy color: '#291376'

red 41 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #291376

Tints of Persian Indigo #291376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 23.03%
G = 10.67%
B = 66.29%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291376 (or 0x291376) is known color: Persian Indigo. HEX triplet: 29, 13 and 76. RGB value is (41,19,118). Sum of RGB (Red+Green+Blue) = 41+19+118=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 118 (46.48% from 255 or 66.29% from 178); Max value from RGB is 118 - color contains mainly: blue. Hex color #291376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291376 is #D6EC89. Grayscale: #242424. Windows color (decimal): -14085258 or 7738153. OLE color: 7738153.

HSL color Cylindrical-coordinate representation of color #291376: hue angle of 253.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291376 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 19 118 -
CMYK 0.65 0.84 0 0.54
HSL 253.33º 0.72% 0.27% -
HSV(B) 253.33º 0.84% 0.46% -
XYZ 4.42 2.25 17.34 -
YUV 36.86 173.79 130.95 -
System Red Green Blue C M Y K H S L
Decimal 41 19 118 0.65 0.84 0 0.54 253.33 0.72 0.27
Hex 29 13 76 41 54 0 36 FD 48 1B
Octal 51 23 166 101 124 0 66 375 110 33
Binary 101001 10011 1110110 1000001 1010100 0 110110 11111101 1001000 11011

Color Harmonies of #291376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291376

Black with #291376

Text Example


Text Example

White with #291376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291376; }

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

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

background-color css

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

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

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

border-color css

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

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

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