Html Css Color HEX #290177 Persian Indigo

📋 copy color: '#290177'

red 41 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #290177

Tints of Persian Indigo #290177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 73.91%

R = 25.47%
G = 0.62%
B = 73.91%

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

#290177 (or 0x290177) is known color: Persian Indigo. HEX triplet: 29, 01 and 77. RGB value is (41,1,119). Sum of RGB (Red+Green+Blue) = 41+1+119=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #290177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290177 is #D6FE88. Grayscale: #191919. Windows color (decimal): -14089865 or 7799081. OLE color: 7799081.

HSL color Cylindrical-coordinate representation of color #290177: hue angle of 260.34º 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 #290177 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 1 119 -
CMYK 0.66 0.99 0 0.53
HSL 260.34º 0.98% 0.24% -
HSV(B) 260.34º 0.99% 0.47% -
XYZ 4.26 1.83 17.58 -
YUV 26.41 180.25 138.41 -
System Red Green Blue C M Y K H S L
Decimal 41 1 119 0.66 0.99 0 0.53 260.34 0.98 0.24
Hex 29 1 77 42 63 0 35 104 62 18
Octal 51 1 167 102 143 0 65 404 142 30
Binary 101001 1 1110111 1000010 1100011 0 110101 100000100 1100010 11000

Color Harmonies of #290177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290177

Black with #290177

Text Example


Text Example

White with #290177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290177; }

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

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

background-color css

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

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

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

border-color css

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

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

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