Html Css Color HEX #290478 Persian Indigo

📋 copy color: '#290478'

red 41 ◦ green 4 ◦ blue 120

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

Shades of Persian Indigo #290478

Tints of Persian Indigo #290478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

 BLUE value IS 120 (47.27% from 255) = 72.73%

R = 24.85%
G = 2.42%
B = 72.73%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#290478 (or 0x290478) is known color: Persian Indigo. HEX triplet: 29, 04 and 78. RGB value is (41,4,120). Sum of RGB (Red+Green+Blue) = 41+4+120=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #290478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290478 is #D6FB87. Grayscale: #1B1B1B. Windows color (decimal): -14089096 or 7865385. OLE color: 7865385.

HSL color Cylindrical-coordinate representation of color #290478: hue angle of 259.14º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290478 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 4 120 -
CMYK 0.66 0.97 0 0.53
HSL 259.14º 0.94% 0.24% -
HSV(B) 259.14º 0.97% 0.47% -
XYZ 4.35 1.91 17.91 -
YUV 28.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 41 4 120 0.66 0.97 0 0.53 259.14 0.94 0.24
Hex 29 4 78 42 61 0 35 103 5E 18
Octal 51 4 170 102 141 0 65 403 136 30
Binary 101001 100 1111000 1000010 1100001 0 110101 100000011 1011110 11000

Color Harmonies of #290478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290478

Black with #290478

Text Example


Text Example

White with #290478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290478; }

 p { color: rgb(41,4,120); }

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

background-color css

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

 a { background-color: rgb(41,4,120); }

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

border-color css

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

 span { border-color: rgb(41,4,120); }

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