Html Css Color HEX #291182 Persian Indigo

📋 copy color: '#291182'

red 41 ◦ green 17 ◦ blue 130

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

Shades of Persian Indigo #291182

Tints of Persian Indigo #291182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.04%

 BLUE value IS 130 (51.17% from 255) = 69.15%

R = 21.81%
G = 9.04%
B = 69.15%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291182 (or 0x291182) is known color: Persian Indigo. HEX triplet: 29, 11 and 82. RGB value is (41,17,130). Sum of RGB (Red+Green+Blue) = 41+17+130=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 130 (51.17% from 255 or 69.15% from 188); Max value from RGB is 130 - color contains mainly: blue. Hex color #291182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291182 is #D6EE7D. Grayscale: #242424. Windows color (decimal): -14085758 or 8524073. OLE color: 8524073.

HSL color Cylindrical-coordinate representation of color #291182: hue angle of 252.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #291182 is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 17 130 -
CMYK 0.68 0.87 0 0.49
HSL 252.74º 0.77% 0.29% -
HSV(B) 252.74º 0.87% 0.51% -
XYZ 5.14 2.48 21.33 -
YUV 37.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 41 17 130 0.68 0.87 0 0.49 252.74 0.77 0.29
Hex 29 11 82 44 57 0 31 FD 4D 1D
Octal 51 21 202 104 127 0 61 375 115 35
Binary 101001 10001 10000010 1000100 1010111 0 110001 11111101 1001101 11101

Color Harmonies of #291182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291182

Black with #291182

Text Example


Text Example

White with #291182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291182; }

 p { color: rgb(41,17,130); }

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

background-color css

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

 a { background-color: rgb(41,17,130); }

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

border-color css

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

 span { border-color: rgb(41,17,130); }

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