Html Css Color HEX #291870 Persian Indigo

📋 copy color: '#291870'

red 41 ◦ green 24 ◦ blue 112

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

Shades of Persian Indigo #291870

Tints of Persian Indigo #291870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 23.16%
G = 13.56%
B = 63.28%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291870 (or 0x291870) is known color: Persian Indigo. HEX triplet: 29, 18 and 70. RGB value is (41,24,112). Sum of RGB (Red+Green+Blue) = 41+24+112=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #291870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291870 is #D6E78F. Grayscale: #262626. Windows color (decimal): -14083984 or 7346217. OLE color: 7346217.

HSL color Cylindrical-coordinate representation of color #291870: hue angle of 251.59º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291870 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 24 112 -
CMYK 0.63 0.79 0 0.56
HSL 251.59º 0.65% 0.27% -
HSV(B) 251.59º 0.79% 0.44% -
XYZ 4.17 2.29 15.55 -
YUV 39.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 41 24 112 0.63 0.79 0 0.56 251.59 0.65 0.27
Hex 29 18 70 3F 4F 0 38 FC 41 1B
Octal 51 30 160 77 117 0 70 374 101 33
Binary 101001 11000 1110000 111111 1001111 0 111000 11111100 1000001 11011

Color Harmonies of #291870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291870

Black with #291870

Text Example


Text Example

White with #291870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291870; }

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

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

background-color css

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

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

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

border-color css

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

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

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