Html Css Color HEX #291081 Persian Indigo

📋 copy color: '#291081'

red 41 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #291081

Tints of Persian Indigo #291081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 69.35%

R = 22.04%
G = 8.6%
B = 69.35%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291081 (or 0x291081) is known color: Persian Indigo. HEX triplet: 29, 10 and 81. RGB value is (41,16,129). Sum of RGB (Red+Green+Blue) = 41+16+129=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 129 (50.78% from 255 or 69.35% from 186); Max value from RGB is 129 - color contains mainly: blue. Hex color #291081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291081 is #D6EF7E. Grayscale: #232323. Windows color (decimal): -14086015 or 8458281. OLE color: 8458281.

HSL color Cylindrical-coordinate representation of color #291081: hue angle of 253.27º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291081 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 16 129 -
CMYK 0.68 0.88 0 0.49
HSL 253.27º 0.78% 0.28% -
HSV(B) 253.27º 0.88% 0.51% -
XYZ 5.06 2.43 20.97 -
YUV 36.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 41 16 129 0.68 0.88 0 0.49 253.27 0.78 0.28
Hex 29 10 81 44 58 0 31 FD 4E 1C
Octal 51 20 201 104 130 0 61 375 116 34
Binary 101001 10000 10000001 1000100 1011000 0 110001 11111101 1001110 11100

Color Harmonies of #291081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291081

Black with #291081

Text Example


Text Example

White with #291081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291081; }

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

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

background-color css

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

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

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

border-color css

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

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

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