Html Css Color HEX #290870 Persian Indigo

📋 copy color: '#290870'

red 41 ◦ green 8 ◦ blue 112

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

Shades of Persian Indigo #290870

Tints of Persian Indigo #290870

RGB

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

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

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

R = 25.47%
G = 4.97%
B = 69.57%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290870 (or 0x290870) is known color: Persian Indigo. HEX triplet: 29, 08 and 70. RGB value is (41,8,112). Sum of RGB (Red+Green+Blue) = 41+8+112=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #290870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290870 is #D6F78F. Grayscale: #1D1D1D. Windows color (decimal): -14088080 or 7342121. OLE color: 7342121.

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

Color convert

RGB 41 8 112 -
CMYK 0.63 0.93 0 0.56
HSL 259.04º 0.87% 0.24% -
HSV(B) 259.04º 0.93% 0.44% -
XYZ 3.93 1.81 15.47 -
YUV 29.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 41 8 112 0.63 0.93 0 0.56 259.04 0.87 0.24
Hex 29 8 70 3F 5D 0 38 103 57 18
Octal 51 10 160 77 135 0 70 403 127 30
Binary 101001 1000 1110000 111111 1011101 0 111000 100000011 1010111 11000

Color Harmonies of #290870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290870

Black with #290870

Text Example


Text Example

White with #290870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290870; }

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

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

background-color css

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

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

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

border-color css

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

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

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