Html Css Color HEX #291070 Persian Indigo

📋 copy color: '#291070'

red 41 ◦ green 16 ◦ blue 112

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

Shades of Persian Indigo #291070

Tints of Persian Indigo #291070

RGB

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

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

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

R = 24.26%
G = 9.47%
B = 66.27%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291070 (or 0x291070) is known color: Persian Indigo. HEX triplet: 29, 10 and 70. RGB value is (41,16,112). Sum of RGB (Red+Green+Blue) = 41+16+112=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #291070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291070 is #D6EF8F. Grayscale: #222222. Windows color (decimal): -14086032 or 7344169. OLE color: 7344169.

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

Color convert

RGB 41 16 112 -
CMYK 0.63 0.86 0 0.56
HSL 255.63º 0.75% 0.25% -
HSV(B) 255.63º 0.86% 0.44% -
XYZ 4.02 2.01 15.51 -
YUV 34.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 41 16 112 0.63 0.86 0 0.56 255.63 0.75 0.25
Hex 29 10 70 3F 56 0 38 100 4B 19
Octal 51 20 160 77 126 0 70 400 113 31
Binary 101001 10000 1110000 111111 1010110 0 111000 100000000 1001011 11001

Color Harmonies of #291070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291070

Black with #291070

Text Example


Text Example

White with #291070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291070; }

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

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

background-color css

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

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

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

border-color css

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

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

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