#290E7F

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

Shades of Persian Indigo #290E7F

Tints of Persian Indigo #290E7F

Color information

#290E7F (or 0x290E7F) is unknown color: approx Persian Indigo. HEX triplet: 29, 0E and 7F. RGB value is (41,14,127). Sum of RGB (Red+Green+Blue) = 41+14+127=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #290E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290E7F is #D6F180. Grayscale: #222222. Windows color (decimal): -14086529 or 8326697. OLE color: 8326697.

HSL color Cylindrical-coordinate representation of color #290E7F: hue angle of 254.34º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290E7F is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4114127-
CMYK0.680.8900.50
HSL254.34º80.14%27.65%-
HSV(B)254.34º88.98%49.8%-
XYZ4.92.3220.27-
YUV34.96179.95132.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 14 (5.86% from 255) = 7.69%
BLUE value IS 127 (50% from 255) = 69.78%
R=22.53%
G=7.69%
B=69.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41141270.680.8900.50254.3480.1427.65
Hex29E7F4459032fe501c
Octal511617710413106237612034
Binary1010011110111111110001001011001011001011111110101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290E7F; }

 p { color: rgb(41,14,127); }

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

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

 a { background-color: rgb(41,14,127); }

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

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

 span { border-color: rgb(41,14,127); }

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