Html Css Color HEX #290580 Persian Indigo

📋 copy color: '#290580'

red 41 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #290580

Tints of Persian Indigo #290580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

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

R = 23.56%
G = 2.87%
B = 73.56%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#290580 (or 0x290580) is known color: Persian Indigo. HEX triplet: 29, 05 and 80. RGB value is (41,5,128). Sum of RGB (Red+Green+Blue) = 41+5+128=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #290580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290580 is #D6FA7F. Grayscale: #1D1D1D. Windows color (decimal): -14088832 or 8389929. OLE color: 8389929.

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

Color convert

RGB 41 5 128 -
CMYK 0.68 0.96 0 0.50
HSL 257.56º 0.92% 0.26% -
HSV(B) 257.56º 0.96% 0.5% -
XYZ 4.87 2.14 20.58 -
YUV 29.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 41 5 128 0.68 0.96 0 0.50 257.56 0.92 0.26
Hex 29 5 80 44 60 0 32 102 5C 1A
Octal 51 5 200 104 140 0 62 402 134 32
Binary 101001 101 10000000 1000100 1100000 0 110010 100000010 1011100 11010

Color Harmonies of #290580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290580

Black with #290580

Text Example


Text Example

White with #290580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290580; }

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

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

background-color css

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

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

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

border-color css

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

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

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