Html Css Color HEX #291374 Persian Indigo

📋 copy color: '#291374'

red 41 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #291374

Tints of Persian Indigo #291374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 65.91%

R = 23.3%
G = 10.8%
B = 65.91%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291374 (or 0x291374) is known color: Persian Indigo. HEX triplet: 29, 13 and 74. RGB value is (41,19,116). Sum of RGB (Red+Green+Blue) = 41+19+116=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #291374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291374 is #D6EC8B. Grayscale: #242424. Windows color (decimal): -14085260 or 7607081. OLE color: 7607081.

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

Color convert

RGB 41 19 116 -
CMYK 0.65 0.84 0 0.55
HSL 253.61º 0.72% 0.26% -
HSV(B) 253.61º 0.84% 0.45% -
XYZ 4.3 2.2 16.72 -
YUV 36.64 172.79 131.11 -
System Red Green Blue C M Y K H S L
Decimal 41 19 116 0.65 0.84 0 0.55 253.61 0.72 0.26
Hex 29 13 74 41 54 0 37 FE 48 1A
Octal 51 23 164 101 124 0 67 376 110 32
Binary 101001 10011 1110100 1000001 1010100 0 110111 11111110 1001000 11010

Color Harmonies of #291374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291374

Black with #291374

Text Example


Text Example

White with #291374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291374; }

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

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

background-color css

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

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

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

border-color css

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

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

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