Html Css Color HEX #290984 Persian Indigo

📋 copy color: '#290984'

red 41 ◦ green 9 ◦ blue 132

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

Shades of Persian Indigo #290984

Tints of Persian Indigo #290984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.53%

R = 22.53%
G = 4.95%
B = 72.53%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290984 (or 0x290984) is known color: Persian Indigo. HEX triplet: 29, 09 and 84. RGB value is (41,9,132). Sum of RGB (Red+Green+Blue) = 41+9+132=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 132 (51.95% from 255 or 72.53% from 182); Max value from RGB is 132 - color contains mainly: blue. Hex color #290984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290984 is #D6F67B. Grayscale: #202020. Windows color (decimal): -14087804 or 8653097. OLE color: 8653097.

HSL color Cylindrical-coordinate representation of color #290984: hue angle of 255.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290984 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 9 132 -
CMYK 0.69 0.93 0 0.48
HSL 255.61º 0.87% 0.28% -
HSV(B) 255.61º 0.93% 0.52% -
XYZ 5.18 2.33 22.01 -
YUV 32.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 41 9 132 0.69 0.93 0 0.48 255.61 0.87 0.28
Hex 29 9 84 45 5D 0 30 100 57 1C
Octal 51 11 204 105 135 0 60 400 127 34
Binary 101001 1001 10000100 1000101 1011101 0 110000 100000000 1010111 11100

Color Harmonies of #290984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290984

Black with #290984

Text Example


Text Example

White with #290984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290984; }

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

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

background-color css

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

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

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

border-color css

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

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

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