Html Css Color HEX #290576 Persian Indigo

📋 copy color: '#290576'

red 41 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #290576

Tints of Persian Indigo #290576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.95%

R = 25%
G = 3.05%
B = 71.95%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#290576 (or 0x290576) is known color: Persian Indigo. HEX triplet: 29, 05 and 76. RGB value is (41,5,118). Sum of RGB (Red+Green+Blue) = 41+5+118=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #290576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290576 is #D6FA89. Grayscale: #1C1C1C. Windows color (decimal): -14088842 or 7734569. OLE color: 7734569.

HSL color Cylindrical-coordinate representation of color #290576: hue angle of 259.12º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #290576 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 5 118 -
CMYK 0.65 0.96 0 0.54
HSL 259.12º 0.92% 0.24% -
HSV(B) 259.12º 0.96% 0.46% -
XYZ 4.24 1.89 17.28 -
YUV 28.65 178.43 136.81 -
System Red Green Blue C M Y K H S L
Decimal 41 5 118 0.65 0.96 0 0.54 259.12 0.92 0.24
Hex 29 5 76 41 60 0 36 103 5C 18
Octal 51 5 166 101 140 0 66 403 134 30
Binary 101001 101 1110110 1000001 1100000 0 110110 100000011 1011100 11000

Color Harmonies of #290576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290576

Black with #290576

Text Example


Text Example

White with #290576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290576; }

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

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

background-color css

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

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

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

border-color css

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

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

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