Html Css Color HEX #291069 Persian Indigo

📋 copy color: '#291069'

red 41 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #291069

Tints of Persian Indigo #291069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.88%

 BLUE value IS 105 (41.41% from 255) = 64.81%

R = 25.31%
G = 9.88%
B = 64.81%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#291069 (or 0x291069) is known color: Persian Indigo. HEX triplet: 29, 10 and 69. RGB value is (41,16,105). Sum of RGB (Red+Green+Blue) = 41+16+105=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 16 (6.64% from 255 or 9.88% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #291069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291069 is #D6EF96. Grayscale: #212121. Windows color (decimal): -14086039 or 6885417. OLE color: 6885417.

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

Color convert

RGB 41 16 105 -
CMYK 0.61 0.85 0 0.59
HSL 256.85º 0.74% 0.24% -
HSV(B) 256.85º 0.85% 0.41% -
XYZ 3.65 1.86 13.53 -
YUV 33.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 41 16 105 0.61 0.85 0 0.59 256.85 0.74 0.24
Hex 29 10 69 3D 55 0 3B 101 4A 18
Octal 51 20 151 75 125 0 73 401 112 30
Binary 101001 10000 1101001 111101 1010101 0 111011 100000001 1001010 11000

Color Harmonies of #291069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291069

Black with #291069

Text Example


Text Example

White with #291069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291069; }

 p { color: rgb(41,16,105); }

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

background-color css

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

 a { background-color: rgb(41,16,105); }

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

border-color css

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

 span { border-color: rgb(41,16,105); }

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