Html Css Color HEX #290884 Persian Indigo

📋 copy color: '#290884'

red 41 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #290884

Tints of Persian Indigo #290884

RGB

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

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

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

R = 22.65%
G = 4.42%
B = 72.93%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290884 (or 0x290884) is known color: Persian Indigo. HEX triplet: 29, 08 and 84. RGB value is (41,8,132). Sum of RGB (Red+Green+Blue) = 41+8+132=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #290884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290884 is #D6F77B. Grayscale: #1F1F1F. Windows color (decimal): -14088060 or 8652841. OLE color: 8652841.

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

Color convert

RGB 41 8 132 -
CMYK 0.69 0.94 0 0.48
HSL 255.97º 0.89% 0.27% -
HSV(B) 255.97º 0.94% 0.52% -
XYZ 5.17 2.31 22 -
YUV 32 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 41 8 132 0.69 0.94 0 0.48 255.97 0.89 0.27
Hex 29 8 84 45 5E 0 30 100 59 1B
Octal 51 10 204 105 136 0 60 400 131 33
Binary 101001 1000 10000100 1000101 1011110 0 110000 100000000 1011001 11011

Color Harmonies of #290884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290884

Black with #290884

Text Example


Text Example

White with #290884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290884; }

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

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

background-color css

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

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

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

border-color css

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

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

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