#290B75

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

Shades of Persian Indigo #290B75

Tints of Persian Indigo #290B75

Color information

#290B75 (or 0x290B75) is unknown color: approx Persian Indigo. HEX triplet: 29, 0B and 75. RGB value is (41,11,117). Sum of RGB (Red+Green+Blue) = 41+11+117=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #290B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B75 is #D6F48A. Grayscale: #1F1F1F. Windows color (decimal): -14087307 or 7670569. OLE color: 7670569.

HSL color Cylindrical-coordinate representation of color #290B75: hue angle of 256.98º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290B75 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4111117-
CMYK0.650.9100.54
HSL256.98º82.81%25.1%-
HSV(B)256.98º90.6%45.88%-
XYZ4.25216.99-
YUV32.05175.94134.38-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 11 (4.69% from 255) = 6.51%
BLUE value IS 117 (46.09% from 255) = 69.23%
R=24.26%
G=6.51%
B=69.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41111170.650.9100.54256.9882.8125.1
Hex29B75415B0361015319
Octal511316510113306640112331
Binary10100110111110101100000110110110110110100000001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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