Html Css Color HEX #290880 Persian Indigo

📋 copy color: '#290880'

red 41 ◦ green 8 ◦ blue 128

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

Shades of Persian Indigo #290880

Tints of Persian Indigo #290880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 72.32%

R = 23.16%
G = 4.52%
B = 72.32%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#290880 (or 0x290880) is known color: Persian Indigo. HEX triplet: 29, 08 and 80. RGB value is (41,8,128). Sum of RGB (Red+Green+Blue) = 41+8+128=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #290880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290880 is #D6F77F. Grayscale: #1F1F1F. Windows color (decimal): -14088064 or 8390697. OLE color: 8390697.

HSL color Cylindrical-coordinate representation of color #290880: hue angle of 256.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290880 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 8 128 -
CMYK 0.68 0.94 0 0.50
HSL 256.5º 0.88% 0.27% -
HSV(B) 256.5º 0.94% 0.5% -
XYZ 4.9 2.2 20.59 -
YUV 31.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 41 8 128 0.68 0.94 0 0.50 256.5 0.88 0.27
Hex 29 8 80 44 5E 0 32 100 58 1B
Octal 51 10 200 104 136 0 62 400 130 33
Binary 101001 1000 10000000 1000100 1011110 0 110010 100000000 1011000 11011

Color Harmonies of #290880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290880

Black with #290880

Text Example


Text Example

White with #290880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290880; }

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

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

background-color css

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

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

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

border-color css

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

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

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