Html Css Color HEX #290573 Persian Indigo

📋 copy color: '#290573'

red 41 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #290573

Tints of Persian Indigo #290573

RGB

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

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

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

R = 25.47%
G = 3.11%
B = 71.43%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290573 (or 0x290573) is known color: Persian Indigo. HEX triplet: 29, 05 and 73. RGB value is (41,5,115). Sum of RGB (Red+Green+Blue) = 41+5+115=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #290573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290573 is #D6FA8C. Grayscale: #1B1B1B. Windows color (decimal): -14088845 or 7537961. OLE color: 7537961.

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

Color convert

RGB 41 5 115 -
CMYK 0.64 0.96 0 0.55
HSL 259.64º 0.92% 0.24% -
HSV(B) 259.64º 0.96% 0.45% -
XYZ 4.06 1.82 16.36 -
YUV 28.3 176.93 137.06 -
System Red Green Blue C M Y K H S L
Decimal 41 5 115 0.64 0.96 0 0.55 259.64 0.92 0.24
Hex 29 5 73 40 60 0 37 104 5C 18
Octal 51 5 163 100 140 0 67 404 134 30
Binary 101001 101 1110011 1000000 1100000 0 110111 100000100 1011100 11000

Color Harmonies of #290573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290573

Black with #290573

Text Example


Text Example

White with #290573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290573; }

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

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

background-color css

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

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

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

border-color css

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

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

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