Html Css Color HEX #290873 Persian Indigo

📋 copy color: '#290873'

red 41 ◦ green 8 ◦ blue 115

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

Shades of Persian Indigo #290873

Tints of Persian Indigo #290873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.88%

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

R = 25%
G = 4.88%
B = 70.12%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290873 (or 0x290873) is known color: Persian Indigo. HEX triplet: 29, 08 and 73. RGB value is (41,8,115). Sum of RGB (Red+Green+Blue) = 41+8+115=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 115 (45.31% from 255 or 70.12% from 164); Max value from RGB is 115 - color contains mainly: blue. Hex color #290873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290873 is #D6F78C. Grayscale: #1D1D1D. Windows color (decimal): -14088077 or 7538729. OLE color: 7538729.

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

Color convert

RGB 41 8 115 -
CMYK 0.64 0.93 0 0.55
HSL 258.5º 0.87% 0.24% -
HSV(B) 258.5º 0.93% 0.45% -
XYZ 4.1 1.88 16.37 -
YUV 30.07 175.93 135.8 -
System Red Green Blue C M Y K H S L
Decimal 41 8 115 0.64 0.93 0 0.55 258.5 0.87 0.24
Hex 29 8 73 40 5D 0 37 103 57 18
Octal 51 10 163 100 135 0 67 403 127 30
Binary 101001 1000 1110011 1000000 1011101 0 110111 100000011 1010111 11000

Color Harmonies of #290873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290873

Black with #290873

Text Example


Text Example

White with #290873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290873; }

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

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

background-color css

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

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

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

border-color css

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

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

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