Html Css Color HEX #290370 Persian Indigo

📋 copy color: '#290370'

red 41 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #290370

Tints of Persian Indigo #290370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.79%

R = 26.28%
G = 1.92%
B = 71.79%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290370 (or 0x290370) is known color: Persian Indigo. HEX triplet: 29, 03 and 70. RGB value is (41,3,112). Sum of RGB (Red+Green+Blue) = 41+3+112=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #290370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290370 is #D6FC8F. Grayscale: #1A1A1A. Windows color (decimal): -14089360 or 7340841. OLE color: 7340841.

HSL color Cylindrical-coordinate representation of color #290370: hue angle of 260.92º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290370 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 3 112 -
CMYK 0.63 0.97 0 0.56
HSL 260.92º 0.95% 0.23% -
HSV(B) 260.92º 0.97% 0.44% -
XYZ 3.87 1.71 15.45 -
YUV 26.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 41 3 112 0.63 0.97 0 0.56 260.92 0.95 0.23
Hex 29 3 70 3F 61 0 38 105 5F 17
Octal 51 3 160 77 141 0 70 405 137 27
Binary 101001 11 1110000 111111 1100001 0 111000 100000101 1011111 10111

Color Harmonies of #290370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290370

Black with #290370

Text Example


Text Example

White with #290370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290370; }

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

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

background-color css

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

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

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

border-color css

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

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

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