Html Css Color HEX #290373 Persian Indigo

📋 copy color: '#290373'

red 41 ◦ green 3 ◦ blue 115

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

Shades of Persian Indigo #290373

Tints of Persian Indigo #290373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

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

R = 25.79%
G = 1.89%
B = 72.33%

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

#290373 (or 0x290373) is known color: Persian Indigo. HEX triplet: 29, 03 and 73. RGB value is (41,3,115). Sum of RGB (Red+Green+Blue) = 41+3+115=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #290373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290373 is #D6FC8C. Grayscale: #1A1A1A. Windows color (decimal): -14089357 or 7537449. OLE color: 7537449.

HSL color Cylindrical-coordinate representation of color #290373: hue angle of 260.36º degrees, saturation: 0.95, 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 #290373 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 3 115 -
CMYK 0.64 0.97 0 0.55
HSL 260.36º 0.95% 0.23% -
HSV(B) 260.36º 0.97% 0.45% -
XYZ 4.04 1.77 16.35 -
YUV 27.13 177.59 137.89 -
System Red Green Blue C M Y K H S L
Decimal 41 3 115 0.64 0.97 0 0.55 260.36 0.95 0.23
Hex 29 3 73 40 61 0 37 104 5F 17
Octal 51 3 163 100 141 0 67 404 137 27
Binary 101001 11 1110011 1000000 1100001 0 110111 100000100 1011111 10111

Color Harmonies of #290373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290373

Black with #290373

Text Example


Text Example

White with #290373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290373; }

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

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

background-color css

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

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

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

border-color css

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

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

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