Html Css Color HEX #291670 Persian Indigo

📋 copy color: '#291670'

red 41 ◦ green 22 ◦ blue 112

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

Shades of Persian Indigo #291670

Tints of Persian Indigo #291670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.57%

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

R = 23.43%
G = 12.57%
B = 64%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#291670 (or 0x291670) is known color: Persian Indigo. HEX triplet: 29, 16 and 70. RGB value is (41,22,112). Sum of RGB (Red+Green+Blue) = 41+22+112=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #291670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291670 is #D6E98F. Grayscale: #252525. Windows color (decimal): -14084496 or 7345705. OLE color: 7345705.

HSL color Cylindrical-coordinate representation of color #291670: hue angle of 252.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #291670 is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 22 112 -
CMYK 0.63 0.80 0 0.56
HSL 252.67º 0.67% 0.26% -
HSV(B) 252.67º 0.8% 0.44% -
XYZ 4.13 2.22 15.54 -
YUV 37.94 169.79 130.18 -
System Red Green Blue C M Y K H S L
Decimal 41 22 112 0.63 0.80 0 0.56 252.67 0.67 0.26
Hex 29 16 70 3F 50 0 38 FD 43 1A
Octal 51 26 160 77 120 0 70 375 103 32
Binary 101001 10110 1110000 111111 1010000 0 111000 11111101 1000011 11010

Color Harmonies of #291670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291670

Black with #291670

Text Example


Text Example

White with #291670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291670; }

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

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

background-color css

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

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

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

border-color css

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

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

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