#290483

Color #290483 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #290483

Tints of Persian Indigo #290483

Color information

#290483 (or 0x290483) is unknown color: approx Persian Indigo. HEX triplet: 29, 04 and 83. RGB value is (41,4,131). Sum of RGB (Red+Green+Blue) = 41+4+131=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 131 (51.56% from 255 or 74.43% from 176); Max value from RGB is 131 - color contains mainly: blue. Hex color #290483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290483 is #D6FB7C. Grayscale: #1D1D1D. Windows color (decimal): -14089085 or 8586281. OLE color: 8586281.

HSL color Cylindrical-coordinate representation of color #290483: hue angle of 257.48º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290483 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB414131-
CMYK0.690.9700.49
HSL257.48º94.07%26.47%-
HSV(B)257.48º96.95%51.37%-
XYZ5.052.221.63-
YUV29.54185.26136.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 131 (51.56% from 255) = 74.43%
R=23.30%
G=2.27%
B=74.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4141310.690.9700.49257.4894.0726.47
Hex2948345610311015e1a
Octal51420310514106140113632
Binary10100110010000011100010111000010110001100000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290483; }

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

 H1.HeaderClassName
 {
   color: #290483;
 }
 .AnyTagClassName
 {
   color: #290483;
 }
</style>
background-color css

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

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

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

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

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

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