Html Css Color HEX #291770 Persian Indigo

📋 copy color: '#291770'

red 41 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #291770

Tints of Persian Indigo #291770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 23.3%
G = 13.07%
B = 63.64%

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

#291770 (or 0x291770) is known color: Persian Indigo. HEX triplet: 29, 17 and 70. RGB value is (41,23,112). Sum of RGB (Red+Green+Blue) = 41+23+112=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #291770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291770 is #D6E88F. Grayscale: #262626. Windows color (decimal): -14084240 or 7345961. OLE color: 7345961.

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

Color convert

RGB 41 23 112 -
CMYK 0.63 0.79 0 0.56
HSL 252.13º 0.66% 0.26% -
HSV(B) 252.13º 0.79% 0.44% -
XYZ 4.15 2.25 15.55 -
YUV 38.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 41 23 112 0.63 0.79 0 0.56 252.13 0.66 0.26
Hex 29 17 70 3F 4F 0 38 FC 42 1A
Octal 51 27 160 77 117 0 70 374 102 32
Binary 101001 10111 1110000 111111 1001111 0 111000 11111100 1000010 11010

Color Harmonies of #291770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291770

Black with #291770

Text Example


Text Example

White with #291770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291770; }

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

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

background-color css

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

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

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

border-color css

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

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

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