Html Css Color HEX #291A75 Persian Indigo

📋 copy color: '#291A75'

red 41 ◦ green 26 ◦ blue 117

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

Shades of Persian Indigo #291A75

Tints of Persian Indigo #291A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.13%

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

R = 22.28%
G = 14.13%
B = 63.59%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#291A75 (or 0x291A75) is known color: Persian Indigo. HEX triplet: 29, 1A and 75. RGB value is (41,26,117). Sum of RGB (Red+Green+Blue) = 41+26+117=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #291A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #291A75 is #D6E58A. Grayscale: #282828. Windows color (decimal): -14083467 or 7674409. OLE color: 7674409.

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

Color convert

RGB 41 26 117 -
CMYK 0.65 0.78 0 0.54
HSL 249.89º 0.64% 0.28% -
HSV(B) 249.89º 0.78% 0.46% -
XYZ 4.49 2.49 17.07 -
YUV 40.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 41 26 117 0.65 0.78 0 0.54 249.89 0.64 0.28
Hex 29 1A 75 41 4E 0 36 FA 40 1C
Octal 51 32 165 101 116 0 66 372 100 34
Binary 101001 11010 1110101 1000001 1001110 0 110110 11111010 1000000 11100

Color Harmonies of #291A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291A75

Black with #291A75

Text Example


Text Example

White with #291A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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