Html Css Color HEX #291377 Persian Indigo

📋 copy color: '#291377'

red 41 ◦ green 19 ◦ blue 119

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

Shades of Persian Indigo #291377

Tints of Persian Indigo #291377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 66.48%

R = 22.91%
G = 10.61%
B = 66.48%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#291377 (or 0x291377) is known color: Persian Indigo. HEX triplet: 29, 13 and 77. RGB value is (41,19,119). Sum of RGB (Red+Green+Blue) = 41+19+119=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #291377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291377 is #D6EC88. Grayscale: #242424. Windows color (decimal): -14085257 or 7803689. OLE color: 7803689.

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

Color convert

RGB 41 19 119 -
CMYK 0.66 0.84 0 0.53
HSL 253.2º 0.72% 0.27% -
HSV(B) 253.2º 0.84% 0.47% -
XYZ 4.48 2.27 17.65 -
YUV 36.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 41 19 119 0.66 0.84 0 0.53 253.2 0.72 0.27
Hex 29 13 77 42 54 0 35 FD 48 1B
Octal 51 23 167 102 124 0 65 375 110 33
Binary 101001 10011 1110111 1000010 1010100 0 110101 11111101 1001000 11011

Color Harmonies of #291377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291377

Black with #291377

Text Example


Text Example

White with #291377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291377; }

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

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

background-color css

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

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

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

border-color css

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

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

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