Html Css Color HEX #290490 Persian Indigo

📋 copy color: '#290490'

red 41 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #290490

Tints of Persian Indigo #290490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 76.19%

R = 21.69%
G = 2.12%
B = 76.19%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#290490 (or 0x290490) is known color: Persian Indigo. HEX triplet: 29, 04 and 90. RGB value is (41,4,144). Sum of RGB (Red+Green+Blue) = 41+4+144=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 144 (56.64% from 255 or 76.19% from 189); Max value from RGB is 144 - color contains mainly: blue. Hex color #290490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290490 is #D6FB6F. Grayscale: #1E1E1E. Windows color (decimal): -14089072 or 9438249. OLE color: 9438249.

HSL color Cylindrical-coordinate representation of color #290490: hue angle of 255.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290490 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 4 144 -
CMYK 0.72 0.97 0 0.44
HSL 255.86º 0.95% 0.29% -
HSV(B) 255.86º 0.97% 0.56% -
XYZ 5.99 2.57 26.57 -
YUV 31.02 191.76 135.12 -
System Red Green Blue C M Y K H S L
Decimal 41 4 144 0.72 0.97 0 0.44 255.86 0.95 0.29
Hex 29 4 90 48 61 0 2C 100 5F 1D
Octal 51 4 220 110 141 0 54 400 137 35
Binary 101001 100 10010000 1001000 1100001 0 101100 100000000 1011111 11101

Color Harmonies of #290490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290490

Black with #290490

Text Example


Text Example

White with #290490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290490; }

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

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

background-color css

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

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

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

border-color css

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

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

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