Html Css Color HEX #291476 Persian Indigo

📋 copy color: '#291476'

red 41 ◦ green 20 ◦ blue 118

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

Shades of Persian Indigo #291476

Tints of Persian Indigo #291476

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.17%

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

R = 22.91%
G = 11.17%
B = 65.92%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291476 (or 0x291476) is known color: Persian Indigo. HEX triplet: 29, 14 and 76. RGB value is (41,20,118). Sum of RGB (Red+Green+Blue) = 41+20+118=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #291476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291476 is #D6EB89. Grayscale: #252525. Windows color (decimal): -14085002 or 7738409. OLE color: 7738409.

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

Color convert

RGB 41 20 118 -
CMYK 0.65 0.83 0 0.54
HSL 252.86º 0.71% 0.27% -
HSV(B) 252.86º 0.83% 0.46% -
XYZ 4.43 2.28 17.35 -
YUV 37.45 173.46 130.53 -
System Red Green Blue C M Y K H S L
Decimal 41 20 118 0.65 0.83 0 0.54 252.86 0.71 0.27
Hex 29 14 76 41 53 0 36 FD 47 1B
Octal 51 24 166 101 123 0 66 375 107 33
Binary 101001 10100 1110110 1000001 1010011 0 110110 11111101 1000111 11011

Color Harmonies of #291476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291476

Black with #291476

Text Example


Text Example

White with #291476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291476; }

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

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

background-color css

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

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

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

border-color css

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

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

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