Html Css Color HEX #290473 Persian Indigo

📋 copy color: '#290473'

red 41 ◦ green 4 ◦ blue 115

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

Shades of Persian Indigo #290473

Tints of Persian Indigo #290473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

 BLUE value IS 115 (45.31% from 255) = 71.88%

R = 25.63%
G = 2.5%
B = 71.88%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290473 (or 0x290473) is known color: Persian Indigo. HEX triplet: 29, 04 and 73. RGB value is (41,4,115). Sum of RGB (Red+Green+Blue) = 41+4+115=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #290473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290473 is #D6FB8C. Grayscale: #1B1B1B. Windows color (decimal): -14089101 or 7537705. OLE color: 7537705.

HSL color Cylindrical-coordinate representation of color #290473: hue angle of 260º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290473 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 4 115 -
CMYK 0.64 0.97 0 0.55
HSL 260º 0.93% 0.23% -
HSV(B) 260º 0.97% 0.45% -
XYZ 4.05 1.8 16.35 -
YUV 27.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 41 4 115 0.64 0.97 0 0.55 260 0.93 0.23
Hex 29 4 73 40 61 0 37 104 5D 17
Octal 51 4 163 100 141 0 67 404 135 27
Binary 101001 100 1110011 1000000 1100001 0 110111 100000100 1011101 10111

Color Harmonies of #290473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290473

Black with #290473

Text Example


Text Example

White with #290473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290473; }

 p { color: rgb(41,4,115); }

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

background-color css

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

 a { background-color: rgb(41,4,115); }

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

border-color css

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

 span { border-color: rgb(41,4,115); }

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