Html Css Color HEX #290874 Persian Indigo

📋 copy color: '#290874'

red 41 ◦ green 8 ◦ blue 116

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

Shades of Persian Indigo #290874

Tints of Persian Indigo #290874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 24.85%
G = 4.85%
B = 70.3%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290874 (or 0x290874) is known color: Persian Indigo. HEX triplet: 29, 08 and 74. RGB value is (41,8,116). Sum of RGB (Red+Green+Blue) = 41+8+116=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #290874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290874 is #D6F78B. Grayscale: #1D1D1D. Windows color (decimal): -14088076 or 7604265. OLE color: 7604265.

HSL color Cylindrical-coordinate representation of color #290874: hue angle of 258.33º 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 #290874 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 8 116 -
CMYK 0.65 0.93 0 0.55
HSL 258.33º 0.87% 0.24% -
HSV(B) 258.33º 0.93% 0.45% -
XYZ 4.15 1.91 16.67 -
YUV 30.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 41 8 116 0.65 0.93 0 0.55 258.33 0.87 0.24
Hex 29 8 74 41 5D 0 37 102 57 18
Octal 51 10 164 101 135 0 67 402 127 30
Binary 101001 1000 1110100 1000001 1011101 0 110111 100000010 1010111 11000

Color Harmonies of #290874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290874

Black with #290874

Text Example


Text Example

White with #290874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290874; }

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

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

background-color css

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

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

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

border-color css

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

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

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