#290A85

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

Shades of Persian Indigo #290A85

Tints of Persian Indigo #290A85

Color information

#290A85 (or 0x290A85) is unknown color: approx Persian Indigo. HEX triplet: 29, 0A and 85. RGB value is (41,10,133). Sum of RGB (Red+Green+Blue) = 41+10+133=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #290A85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290A85 is #D6F57A. Grayscale: #202020. Windows color (decimal): -14087547 or 8718889. OLE color: 8718889.

HSL color Cylindrical-coordinate representation of color #290A85: hue angle of 255.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290A85 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4110133-
CMYK0.690.9200.48
HSL255.12º86.01%28.04%-
HSV(B)255.12º92.48%52.16%-
XYZ5.262.3822.37-
YUV33.29184.27133.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.28%
GREEN value IS 10 (4.30% from 255) = 5.43%
BLUE value IS 133 (52.34% from 255) = 72.28%
R=22.28%
G=5.43%
B=72.28%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41101330.690.9200.48255.1286.0128.04
Hex29A85455C030ff561c
Octal511220510513406037712634
Binary10100110101000010110001011011100011000011111111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,10,133); }

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

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

 a { background-color: rgb(41,10,133); }

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

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

 span { border-color: rgb(41,10,133); }

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