Html Css Color HEX #291775 Persian Indigo

📋 copy color: '#291775'

red 41 ◦ green 23 ◦ blue 117

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

Shades of Persian Indigo #291775

Tints of Persian Indigo #291775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 22.65%
G = 12.71%
B = 64.64%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291775 (or 0x291775) is known color: Persian Indigo. HEX triplet: 29, 17 and 75. RGB value is (41,23,117). Sum of RGB (Red+Green+Blue) = 41+23+117=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #291775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291775 is #D6E88A. Grayscale: #262626. Windows color (decimal): -14084235 or 7673641. OLE color: 7673641.

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

Color convert

RGB 41 23 117 -
CMYK 0.65 0.80 0 0.54
HSL 251.49º 0.67% 0.27% -
HSV(B) 251.49º 0.8% 0.46% -
XYZ 4.43 2.37 17.05 -
YUV 39.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 41 23 117 0.65 0.80 0 0.54 251.49 0.67 0.27
Hex 29 17 75 41 50 0 36 FB 43 1B
Octal 51 27 165 101 120 0 66 373 103 33
Binary 101001 10111 1110101 1000001 1010000 0 110110 11111011 1000011 11011

Color Harmonies of #291775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291775

Black with #291775

Text Example


Text Example

White with #291775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291775; }

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

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

background-color css

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

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

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

border-color css

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

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

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