Html Css Color HEX #291575 Persian Indigo

📋 copy color: '#291575'

red 41 ◦ green 21 ◦ blue 117

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

Shades of Persian Indigo #291575

Tints of Persian Indigo #291575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

 BLUE value IS 117 (46.09% from 255) = 65.36%

R = 22.91%
G = 11.73%
B = 65.36%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291575 (or 0x291575) is known color: Persian Indigo. HEX triplet: 29, 15 and 75. RGB value is (41,21,117). Sum of RGB (Red+Green+Blue) = 41+21+117=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #291575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291575 is #D6EA8A. Grayscale: #252525. Windows color (decimal): -14084747 or 7673129. OLE color: 7673129.

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

Color convert

RGB 41 21 117 -
CMYK 0.65 0.82 0 0.54
HSL 252.5º 0.7% 0.27% -
HSV(B) 252.5º 0.82% 0.46% -
XYZ 4.39 2.29 17.04 -
YUV 37.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 41 21 117 0.65 0.82 0 0.54 252.5 0.7 0.27
Hex 29 15 75 41 52 0 36 FD 46 1B
Octal 51 25 165 101 122 0 66 375 106 33
Binary 101001 10101 1110101 1000001 1010010 0 110110 11111101 1000110 11011

Color Harmonies of #291575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291575

Black with #291575

Text Example


Text Example

White with #291575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291575; }

 p { color: rgb(41,21,117); }

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

background-color css

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

 a { background-color: rgb(41,21,117); }

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

border-color css

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

 span { border-color: rgb(41,21,117); }

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