Html Css Color HEX #291985 Persian Indigo

📋 copy color: '#291985'

red 41 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #291985

Tints of Persian Indigo #291985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.56%

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

R = 20.6%
G = 12.56%
B = 66.83%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291985 (or 0x291985) is known color: Persian Indigo. HEX triplet: 29, 19 and 85. RGB value is (41,25,133). Sum of RGB (Red+Green+Blue) = 41+25+133=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #291985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291985 is #D6E67A. Grayscale: #292929. Windows color (decimal): -14083707 or 8722729. OLE color: 8722729.

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

Color convert

RGB 41 25 133 -
CMYK 0.69 0.81 0 0.48
HSL 248.89º 0.68% 0.31% -
HSV(B) 248.89º 0.81% 0.52% -
XYZ 5.5 2.86 22.45 -
YUV 42.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 41 25 133 0.69 0.81 0 0.48 248.89 0.68 0.31
Hex 29 19 85 45 51 0 30 F9 44 1F
Octal 51 31 205 105 121 0 60 371 104 37
Binary 101001 11001 10000101 1000101 1010001 0 110000 11111001 1000100 11111

Color Harmonies of #291985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291985

Black with #291985

Text Example


Text Example

White with #291985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291985; }

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

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

background-color css

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

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

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

border-color css

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

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

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