#290968

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

Shades of Persian Indigo #290968

Tints of Persian Indigo #290968

Color information

#290968 (or 0x290968) is unknown color: approx Persian Indigo. HEX triplet: 29, 09 and 68. RGB value is (41,9,104). Sum of RGB (Red+Green+Blue) = 41+9+104=154 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.62% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #290968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290968 is #D6F697. Grayscale: #1D1D1D. Windows color (decimal): -14087832 or 6818089. OLE color: 6818089.

HSL color Cylindrical-coordinate representation of color #290968: hue angle of 260.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #290968 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB419104-
CMYK0.610.9100.59
HSL260.21º84.07%22.16%-
HSV(B)260.21º91.35%40.78%-
XYZ3.511.6713.23-
YUV29.4170.1136.28-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.62%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 104 (41.02% from 255) = 67.53%
R=26.62%
G=5.84%
B=67.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4191040.610.9100.59260.2184.0722.16
Hex299683D5B03B1045416
Octal51111507513307340412426
Binary1010011001110100011110110110110111011100000100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290968; }

 p { color: rgb(41,9,104); }

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

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

 a { background-color: rgb(41,9,104); }

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

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

 span { border-color: rgb(41,9,104); }

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