Html Css Color HEX #290970 Persian Indigo

📋 copy color: '#290970'

red 41 ◦ green 9 ◦ blue 112

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

Shades of Persian Indigo #290970

Tints of Persian Indigo #290970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 25.31%
G = 5.56%
B = 69.14%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290970 (or 0x290970) is known color: Persian Indigo. HEX triplet: 29, 09 and 70. RGB value is (41,9,112). Sum of RGB (Red+Green+Blue) = 41+9+112=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #290970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290970 is #D6F68F. Grayscale: #1D1D1D. Windows color (decimal): -14087824 or 7342377. OLE color: 7342377.

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

Color convert

RGB 41 9 112 -
CMYK 0.63 0.92 0 0.56
HSL 258.64º 0.85% 0.24% -
HSV(B) 258.64º 0.92% 0.44% -
XYZ 3.94 1.84 15.48 -
YUV 30.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 41 9 112 0.63 0.92 0 0.56 258.64 0.85 0.24
Hex 29 9 70 3F 5C 0 38 103 55 18
Octal 51 11 160 77 134 0 70 403 125 30
Binary 101001 1001 1110000 111111 1011100 0 111000 100000011 1010101 11000

Color Harmonies of #290970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290970

Black with #290970

Text Example


Text Example

White with #290970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290970; }

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

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

background-color css

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

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

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

border-color css

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

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

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