Html Css Color HEX #291185 Persian Indigo

📋 copy color: '#291185'

red 41 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #291185

Tints of Persian Indigo #291185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 69.63%

R = 21.47%
G = 8.9%
B = 69.63%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291185 (or 0x291185) is known color: Persian Indigo. HEX triplet: 29, 11 and 85. RGB value is (41,17,133). Sum of RGB (Red+Green+Blue) = 41+17+133=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #291185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291185 is #D6EE7A. Grayscale: #242424. Windows color (decimal): -14085755 or 8720681. OLE color: 8720681.

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

Color convert

RGB 41 17 133 -
CMYK 0.69 0.87 0 0.48
HSL 252.41º 0.77% 0.29% -
HSV(B) 252.41º 0.87% 0.52% -
XYZ 5.35 2.57 22.4 -
YUV 37.4 181.95 130.57 -
System Red Green Blue C M Y K H S L
Decimal 41 17 133 0.69 0.87 0 0.48 252.41 0.77 0.29
Hex 29 11 85 45 57 0 30 FC 4D 1D
Octal 51 21 205 105 127 0 60 374 115 35
Binary 101001 10001 10000101 1000101 1010111 0 110000 11111100 1001101 11101

Color Harmonies of #291185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291185

Black with #291185

Text Example


Text Example

White with #291185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291185; }

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

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

background-color css

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

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

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

border-color css

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

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

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