Html Css Color HEX #290776 Persian Indigo

📋 copy color: '#290776'

red 41 ◦ green 7 ◦ blue 118

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

Shades of Persian Indigo #290776

Tints of Persian Indigo #290776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.22%

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

R = 24.7%
G = 4.22%
B = 71.08%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#290776 (or 0x290776) is known color: Persian Indigo. HEX triplet: 29, 07 and 76. RGB value is (41,7,118). Sum of RGB (Red+Green+Blue) = 41+7+118=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #290776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290776 is #D6F889. Grayscale: #1D1D1D. Windows color (decimal): -14088330 or 7735081. OLE color: 7735081.

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

Color convert

RGB 41 7 118 -
CMYK 0.65 0.94 0 0.54
HSL 258.38º 0.89% 0.25% -
HSV(B) 258.38º 0.94% 0.46% -
XYZ 4.26 1.93 17.29 -
YUV 29.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 41 7 118 0.65 0.94 0 0.54 258.38 0.89 0.25
Hex 29 7 76 41 5E 0 36 102 59 19
Octal 51 7 166 101 136 0 66 402 131 31
Binary 101001 111 1110110 1000001 1011110 0 110110 100000010 1011001 11001

Color Harmonies of #290776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290776

Black with #290776

Text Example


Text Example

White with #290776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290776; }

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

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

background-color css

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

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

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

border-color css

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

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

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