Html Css Color HEX #291273 Persian Indigo

📋 copy color: '#291273'

red 41 ◦ green 18 ◦ blue 115

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

Shades of Persian Indigo #291273

Tints of Persian Indigo #291273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 23.56%
G = 10.34%
B = 66.09%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291273 (or 0x291273) is known color: Persian Indigo. HEX triplet: 29, 12 and 73. RGB value is (41,18,115). Sum of RGB (Red+Green+Blue) = 41+18+115=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #291273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291273 is #D6ED8C. Grayscale: #232323. Windows color (decimal): -14085517 or 7541289. OLE color: 7541289.

HSL color Cylindrical-coordinate representation of color #291273: hue angle of 254.23º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291273 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 18 115 -
CMYK 0.64 0.84 0 0.55
HSL 254.23º 0.73% 0.26% -
HSV(B) 254.23º 0.84% 0.45% -
XYZ 4.23 2.14 16.41 -
YUV 35.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 41 18 115 0.64 0.84 0 0.55 254.23 0.73 0.26
Hex 29 12 73 40 54 0 37 FE 49 1A
Octal 51 22 163 100 124 0 67 376 111 32
Binary 101001 10010 1110011 1000000 1010100 0 110111 11111110 1001001 11010

Color Harmonies of #291273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291273

Black with #291273

Text Example


Text Example

White with #291273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291273; }

 p { color: rgb(41,18,115); }

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

background-color css

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

 a { background-color: rgb(41,18,115); }

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

border-color css

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

 span { border-color: rgb(41,18,115); }

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