Html Css Color HEX #290988 Persian Indigo

📋 copy color: '#290988'

red 41 ◦ green 9 ◦ blue 136

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

Shades of Persian Indigo #290988

Tints of Persian Indigo #290988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.12%

R = 22.04%
G = 4.84%
B = 73.12%

CMYK

 C value IS 0.70

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#290988 (or 0x290988) is known color: Persian Indigo. HEX triplet: 29, 09 and 88. RGB value is (41,9,136). Sum of RGB (Red+Green+Blue) = 41+9+136=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #290988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290988 is #D6F677. Grayscale: #202020. Windows color (decimal): -14087800 or 8915241. OLE color: 8915241.

HSL color Cylindrical-coordinate representation of color #290988: hue angle of 255.12º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290988 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 9 136 -
CMYK 0.70 0.93 0 0.47
HSL 255.12º 0.88% 0.28% -
HSV(B) 255.12º 0.93% 0.53% -
XYZ 5.46 2.44 23.48 -
YUV 33.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 41 9 136 0.70 0.93 0 0.47 255.12 0.88 0.28
Hex 29 9 88 46 5D 0 2F FF 58 1C
Octal 51 11 210 106 135 0 57 377 130 34
Binary 101001 1001 10001000 1000110 1011101 0 101111 11111111 1011000 11100

Color Harmonies of #290988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290988

Black with #290988

Text Example


Text Example

White with #290988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290988; }

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

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

background-color css

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

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

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

border-color css

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

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

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