Html Css Color HEX #290577 Persian Indigo

📋 copy color: '#290577'

red 41 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #290577

Tints of Persian Indigo #290577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 24.85%
G = 3.03%
B = 72.12%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#290577 (or 0x290577) is known color: Persian Indigo. HEX triplet: 29, 05 and 77. RGB value is (41,5,119). Sum of RGB (Red+Green+Blue) = 41+5+119=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 119 (46.88% from 255 or 72.12% from 165); Max value from RGB is 119 - color contains mainly: blue. Hex color #290577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290577 is #D6FA88. Grayscale: #1C1C1C. Windows color (decimal): -14088841 or 7800105. OLE color: 7800105.

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

Color convert

RGB 41 5 119 -
CMYK 0.66 0.96 0 0.53
HSL 258.95º 0.92% 0.24% -
HSV(B) 258.95º 0.96% 0.47% -
XYZ 4.3 1.91 17.6 -
YUV 28.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 41 5 119 0.66 0.96 0 0.53 258.95 0.92 0.24
Hex 29 5 77 42 60 0 35 103 5C 18
Octal 51 5 167 102 140 0 65 403 134 30
Binary 101001 101 1110111 1000010 1100000 0 110101 100000011 1011100 11000

Color Harmonies of #290577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290577

Black with #290577

Text Example


Text Example

White with #290577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290577; }

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

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

background-color css

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

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

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

border-color css

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

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

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