#290B72

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

Shades of Persian Indigo #290B72

Tints of Persian Indigo #290B72

Color information

#290B72 (or 0x290B72) is unknown color: approx Persian Indigo. HEX triplet: 29, 0B and 72. RGB value is (41,11,114). Sum of RGB (Red+Green+Blue) = 41+11+114=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #290B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B72 is #D6F48D. Grayscale: #1F1F1F. Windows color (decimal): -14087310 or 7473961. OLE color: 7473961.

HSL color Cylindrical-coordinate representation of color #290B72: hue angle of 257.48º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290B72 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4111114-
CMYK0.640.9000.55
HSL257.48º82.4%24.51%-
HSV(B)257.48º90.35%44.71%-
XYZ4.071.9316.08-
YUV31.71174.44134.62-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.70%
GREEN value IS 11 (4.69% from 255) = 6.63%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=24.70%
G=6.63%
B=68.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41111140.640.9000.55257.4882.424.51
Hex29B72405A0371015219
Octal511316210013206740112231
Binary10100110111110010100000010110100110111100000001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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