Html Css Color HEX #290772 Persian Indigo

📋 copy color: '#290772'

red 41 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #290772

Tints of Persian Indigo #290772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 70.37%

R = 25.31%
G = 4.32%
B = 70.37%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290772 (or 0x290772) is known color: Persian Indigo. HEX triplet: 29, 07 and 72. RGB value is (41,7,114). Sum of RGB (Red+Green+Blue) = 41+7+114=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #290772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290772 is #D6F88D. Grayscale: #1C1C1C. Windows color (decimal): -14088334 or 7472937. OLE color: 7472937.

HSL color Cylindrical-coordinate representation of color #290772: hue angle of 259.07º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290772 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 7 114 -
CMYK 0.64 0.94 0 0.55
HSL 259.07º 0.88% 0.24% -
HSV(B) 259.07º 0.94% 0.45% -
XYZ 4.03 1.84 16.06 -
YUV 29.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 41 7 114 0.64 0.94 0 0.55 259.07 0.88 0.24
Hex 29 7 72 40 5E 0 37 103 58 18
Octal 51 7 162 100 136 0 67 403 130 30
Binary 101001 111 1110010 1000000 1011110 0 110111 100000011 1011000 11000

Color Harmonies of #290772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290772

Black with #290772

Text Example


Text Example

White with #290772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290772; }

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

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

background-color css

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

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

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

border-color css

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

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

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