Html Css Color HEX #291785 Persian Indigo

📋 copy color: '#291785'

red 41 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #291785

Tints of Persian Indigo #291785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 67.51%

R = 20.81%
G = 11.68%
B = 67.51%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291785 (or 0x291785) is known color: Persian Indigo. HEX triplet: 29, 17 and 85. RGB value is (41,23,133). Sum of RGB (Red+Green+Blue) = 41+23+133=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #291785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291785 is #D6E87A. Grayscale: #282828. Windows color (decimal): -14084219 or 8722217. OLE color: 8722217.

HSL color Cylindrical-coordinate representation of color #291785: hue angle of 249.82º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291785 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 23 133 -
CMYK 0.69 0.83 0 0.48
HSL 249.82º 0.71% 0.31% -
HSV(B) 249.82º 0.83% 0.52% -
XYZ 5.45 2.78 22.44 -
YUV 40.92 179.96 128.06 -
System Red Green Blue C M Y K H S L
Decimal 41 23 133 0.69 0.83 0 0.48 249.82 0.71 0.31
Hex 29 17 85 45 53 0 30 FA 47 1F
Octal 51 27 205 105 123 0 60 372 107 37
Binary 101001 10111 10000101 1000101 1010011 0 110000 11111010 1000111 11111

Color Harmonies of #291785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291785

Black with #291785

Text Example


Text Example

White with #291785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291785; }

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

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

background-color css

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

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

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

border-color css

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

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

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