Html Css Color HEX #291975 Persian Indigo

📋 copy color: '#291975'

red 41 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #291975

Tints of Persian Indigo #291975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 22.4%
G = 13.66%
B = 63.93%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291975 (or 0x291975) is known color: Persian Indigo. HEX triplet: 29, 19 and 75. RGB value is (41,25,117). Sum of RGB (Red+Green+Blue) = 41+25+117=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #291975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291975 is #D6E68A. Grayscale: #272727. Windows color (decimal): -14083723 or 7674153. OLE color: 7674153.

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

Color convert

RGB 41 25 117 -
CMYK 0.65 0.79 0 0.54
HSL 250.43º 0.65% 0.28% -
HSV(B) 250.43º 0.79% 0.46% -
XYZ 4.47 2.45 17.07 -
YUV 40.27 171.3 128.52 -
System Red Green Blue C M Y K H S L
Decimal 41 25 117 0.65 0.79 0 0.54 250.43 0.65 0.28
Hex 29 19 75 41 4F 0 36 FA 41 1C
Octal 51 31 165 101 117 0 66 372 101 34
Binary 101001 11001 1110101 1000001 1001111 0 110110 11111010 1000001 11100

Color Harmonies of #291975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291975

Black with #291975

Text Example


Text Example

White with #291975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291975; }

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

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

background-color css

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

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

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

border-color css

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

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

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