Html Css Color HEX #290B88 Persian Indigo

📋 copy color: '#290B88'

red 41 ◦ green 11 ◦ blue 136

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

Shades of Persian Indigo #290B88

Tints of Persian Indigo #290B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

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

R = 21.81%
G = 5.85%
B = 72.34%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#290B88 (or 0x290B88) is known color: Persian Indigo. HEX triplet: 29, 0B and 88. RGB value is (41,11,136). Sum of RGB (Red+Green+Blue) = 41+11+136=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 136 (53.52% from 255 or 72.34% from 188); Max value from RGB is 136 - color contains mainly: blue. Hex color #290B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290B88 is #D6F477. Grayscale: #212121. Windows color (decimal): -14087288 or 8915753. OLE color: 8915753.

HSL color Cylindrical-coordinate representation of color #290B88: hue angle of 254.4º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290B88 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 11 136 -
CMYK 0.70 0.92 0 0.47
HSL 254.4º 0.85% 0.29% -
HSV(B) 254.4º 0.92% 0.53% -
XYZ 5.48 2.49 23.48 -
YUV 34.22 185.44 132.84 -
System Red Green Blue C M Y K H S L
Decimal 41 11 136 0.70 0.92 0 0.47 254.4 0.85 0.29
Hex 29 B 88 46 5C 0 2F FE 55 1D
Octal 51 13 210 106 134 0 57 376 125 35
Binary 101001 1011 10001000 1000110 1011100 0 101111 11111110 1010101 11101

Color Harmonies of #290B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B88

Black with #290B88

Text Example


Text Example

White with #290B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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