#290F7A

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

Shades of Persian Indigo #290F7A

Tints of Persian Indigo #290F7A

Color information

#290F7A (or 0x290F7A) is unknown color: approx Persian Indigo. HEX triplet: 29, 0F and 7A. RGB value is (41,15,122). Sum of RGB (Red+Green+Blue) = 41+15+122=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #290F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290F7A is #D6F085. Grayscale: #222222. Windows color (decimal): -14086278 or 7999273. OLE color: 7999273.

HSL color Cylindrical-coordinate representation of color #290F7A: hue angle of 254.58º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290F7A is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4115122-
CMYK0.660.8800.52
HSL254.58º78.1%26.86%-
HSV(B)254.58º87.7%47.84%-
XYZ4.62.2218.6-
YUV34.97177.11132.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=23.03%
G=8.43%
B=68.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41151220.660.8800.52254.5878.126.86
Hex29F7A4258034ff4e1b
Octal511717210213006437711633
Binary1010011111111101010000101011000011010011111111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,15,122); }

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

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

 a { background-color: rgb(41,15,122); }

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

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

 span { border-color: rgb(41,15,122); }

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