Html Css Color HEX #291880 Persian Indigo

📋 copy color: '#291880'

red 41 ◦ green 24 ◦ blue 128

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

Shades of Persian Indigo #291880

Tints of Persian Indigo #291880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.44%

 BLUE value IS 128 (50.39% from 255) = 66.32%

R = 21.24%
G = 12.44%
B = 66.32%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#291880 (or 0x291880) is known color: Persian Indigo. HEX triplet: 29, 18 and 80. RGB value is (41,24,128). Sum of RGB (Red+Green+Blue) = 41+24+128=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #291880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291880 is #D6E77F. Grayscale: #282828. Windows color (decimal): -14083968 or 8394793. OLE color: 8394793.

HSL color Cylindrical-coordinate representation of color #291880: hue angle of 249.81º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #291880 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 24 128 -
CMYK 0.68 0.81 0 0.50
HSL 249.81º 0.68% 0.3% -
HSV(B) 249.81º 0.81% 0.5% -
XYZ 5.14 2.68 20.67 -
YUV 40.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 41 24 128 0.68 0.81 0 0.50 249.81 0.68 0.3
Hex 29 18 80 44 51 0 32 FA 44 1E
Octal 51 30 200 104 121 0 62 372 104 36
Binary 101001 11000 10000000 1000100 1010001 0 110010 11111010 1000100 11110

Color Harmonies of #291880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291880

Black with #291880

Text Example


Text Example

White with #291880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291880; }

 p { color: rgb(41,24,128); }

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

background-color css

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

 a { background-color: rgb(41,24,128); }

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

border-color css

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

 span { border-color: rgb(41,24,128); }

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