Html Css Color HEX #291272 Persian Indigo

📋 copy color: '#291272'

red 41 ◦ green 18 ◦ blue 114

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

Shades of Persian Indigo #291272

Tints of Persian Indigo #291272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 65.9%

R = 23.7%
G = 10.4%
B = 65.9%

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

#291272 (or 0x291272) is known color: Persian Indigo. HEX triplet: 29, 12 and 72. RGB value is (41,18,114). Sum of RGB (Red+Green+Blue) = 41+18+114=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #291272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291272 is #D6ED8D. Grayscale: #232323. Windows color (decimal): -14085518 or 7475753. OLE color: 7475753.

HSL color Cylindrical-coordinate representation of color #291272: hue angle of 254.38º 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 #291272 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 18 114 -
CMYK 0.64 0.84 0 0.55
HSL 254.38º 0.73% 0.26% -
HSV(B) 254.38º 0.84% 0.45% -
XYZ 4.17 2.12 16.11 -
YUV 35.82 172.12 131.69 -
System Red Green Blue C M Y K H S L
Decimal 41 18 114 0.64 0.84 0 0.55 254.38 0.73 0.26
Hex 29 12 72 40 54 0 37 FE 49 1A
Octal 51 22 162 100 124 0 67 376 111 32
Binary 101001 10010 1110010 1000000 1010100 0 110111 11111110 1001001 11010

Color Harmonies of #291272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291272

Black with #291272

Text Example


Text Example

White with #291272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291272; }

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

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

background-color css

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

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

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

border-color css

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

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

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