Html Css Color HEX #291375 Persian Indigo

📋 copy color: '#291375'

red 41 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #291375

Tints of Persian Indigo #291375

RGB

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

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

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

R = 23.16%
G = 10.73%
B = 66.1%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291375 (or 0x291375) is known color: Persian Indigo. HEX triplet: 29, 13 and 75. RGB value is (41,19,117). Sum of RGB (Red+Green+Blue) = 41+19+117=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #291375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291375 is #D6EC8A. Grayscale: #242424. Windows color (decimal): -14085259 or 7672617. OLE color: 7672617.

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

Color convert

RGB 41 19 117 -
CMYK 0.65 0.84 0 0.54
HSL 253.47º 0.72% 0.27% -
HSV(B) 253.47º 0.84% 0.46% -
XYZ 4.36 2.22 17.03 -
YUV 36.75 173.29 131.03 -
System Red Green Blue C M Y K H S L
Decimal 41 19 117 0.65 0.84 0 0.54 253.47 0.72 0.27
Hex 29 13 75 41 54 0 36 FD 48 1B
Octal 51 23 165 101 124 0 66 375 110 33
Binary 101001 10011 1110101 1000001 1010100 0 110110 11111101 1001000 11011

Color Harmonies of #291375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291375

Black with #291375

Text Example


Text Example

White with #291375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291375; }

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

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

background-color css

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

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

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

border-color css

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

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

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