Html Css Color HEX #291268 Persian Indigo

📋 copy color: '#291268'

red 41 ◦ green 18 ◦ blue 104

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

Shades of Persian Indigo #291268

Tints of Persian Indigo #291268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 63.8%

R = 25.15%
G = 11.04%
B = 63.8%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#291268 (or 0x291268) is known color: Persian Indigo. HEX triplet: 29, 12 and 68. RGB value is (41,18,104). Sum of RGB (Red+Green+Blue) = 41+18+104=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #291268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291268 is #D6ED97. Grayscale: #222222. Windows color (decimal): -14085528 or 6820393. OLE color: 6820393.

HSL color Cylindrical-coordinate representation of color #291268: hue angle of 256.05º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291268 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 18 104 -
CMYK 0.61 0.83 0 0.59
HSL 256.05º 0.7% 0.24% -
HSV(B) 256.05º 0.83% 0.41% -
XYZ 3.63 1.9 13.27 -
YUV 34.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 41 18 104 0.61 0.83 0 0.59 256.05 0.7 0.24
Hex 29 12 68 3D 53 0 3B 100 46 18
Octal 51 22 150 75 123 0 73 400 106 30
Binary 101001 10010 1101000 111101 1010011 0 111011 100000000 1000110 11000

Color Harmonies of #291268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291268

Black with #291268

Text Example


Text Example

White with #291268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291268; }

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

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

background-color css

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

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

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

border-color css

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

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

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