Html Css Color HEX #291369 Persian Indigo

📋 copy color: '#291369'

red 41 ◦ green 19 ◦ blue 105

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

Shades of Persian Indigo #291369

Tints of Persian Indigo #291369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 24.85%
G = 11.52%
B = 63.64%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#291369 (or 0x291369) is known color: Persian Indigo. HEX triplet: 29, 13 and 69. RGB value is (41,19,105). Sum of RGB (Red+Green+Blue) = 41+19+105=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #291369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291369 is #D6EC96. Grayscale: #232323. Windows color (decimal): -14085271 or 6886185. OLE color: 6886185.

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

Color convert

RGB 41 19 105 -
CMYK 0.61 0.82 0 0.59
HSL 255.35º 0.69% 0.24% -
HSV(B) 255.35º 0.82% 0.41% -
XYZ 3.7 1.96 13.55 -
YUV 35.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 41 19 105 0.61 0.82 0 0.59 255.35 0.69 0.24
Hex 29 13 69 3D 52 0 3B FF 45 18
Octal 51 23 151 75 122 0 73 377 105 30
Binary 101001 10011 1101001 111101 1010010 0 111011 11111111 1000101 11000

Color Harmonies of #291369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291369

Black with #291369

Text Example


Text Example

White with #291369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291369; }

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

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

background-color css

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

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

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

border-color css

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

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

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