#290B7C

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

Shades of Persian Indigo #290B7C

Tints of Persian Indigo #290B7C

Color information

#290B7C (or 0x290B7C) is unknown color: approx Persian Indigo. HEX triplet: 29, 0B and 7C. RGB value is (41,11,124). Sum of RGB (Red+Green+Blue) = 41+11+124=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #290B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B7C is #D6F483. Grayscale: #202020. Windows color (decimal): -14087300 or 8129321. OLE color: 8129321.

HSL color Cylindrical-coordinate representation of color #290B7C: hue angle of 255.93º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290B7C is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4111124-
CMYK0.670.9100.51
HSL255.93º83.7%26.47%-
HSV(B)255.93º91.13%48.63%-
XYZ4.672.1719.24-
YUV32.85179.44133.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 124 (48.83% from 255) = 70.45%
R=23.30%
G=6.25%
B=70.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41111240.670.9100.51255.9383.726.47
Hex29B7C435B033100541a
Octal511317410313306340012432
Binary10100110111111100100001110110110110011100000000101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,11,124); }

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

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

 a { background-color: rgb(41,11,124); }

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

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

 span { border-color: rgb(41,11,124); }

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