Html Css Color HEX #290179 Persian Indigo

📋 copy color: '#290179'

red 41 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #290179

Tints of Persian Indigo #290179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 121 (47.66% from 255) = 74.23%

R = 25.15%
G = 0.61%
B = 74.23%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#290179 (or 0x290179) is known color: Persian Indigo. HEX triplet: 29, 01 and 79. RGB value is (41,1,121). Sum of RGB (Red+Green+Blue) = 41+1+121=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #290179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290179 is #D6FE86. Grayscale: #1A1A1A. Windows color (decimal): -14089863 or 7930153. OLE color: 7930153.

HSL color Cylindrical-coordinate representation of color #290179: hue angle of 260º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290179 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 1 121 -
CMYK 0.66 0.99 0 0.53
HSL 260º 0.98% 0.24% -
HSV(B) 260º 0.99% 0.47% -
XYZ 4.38 1.87 18.22 -
YUV 26.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 41 1 121 0.66 0.99 0 0.53 260 0.98 0.24
Hex 29 1 79 42 63 0 35 104 62 18
Octal 51 1 171 102 143 0 65 404 142 30
Binary 101001 1 1111001 1000010 1100011 0 110101 100000100 1100010 11000

Color Harmonies of #290179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290179

Black with #290179

Text Example


Text Example

White with #290179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290179; }

 p { color: rgb(41,1,121); }

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

background-color css

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

 a { background-color: rgb(41,1,121); }

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

border-color css

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

 span { border-color: rgb(41,1,121); }

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