#290967

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

Shades of Persian Indigo #290967

Tints of Persian Indigo #290967

Color information

#290967 (or 0x290967) is unknown color: approx Persian Indigo. HEX triplet: 29, 09 and 67. RGB value is (41,9,103). Sum of RGB (Red+Green+Blue) = 41+9+103=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #290967 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290967 is #D6F698. Grayscale: #1C1C1C. Windows color (decimal): -14087833 or 6752553. OLE color: 6752553.

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

Color convert

RGB419103-
CMYK0.600.9100.60
HSL260.43º83.93%21.96%-
HSV(B)260.43º91.26%40.39%-
XYZ3.461.6512.97-
YUV29.28169.6136.36-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 103 (40.62% from 255) = 67.32%
R=26.80%
G=5.88%
B=67.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4191030.600.9100.60260.4383.9321.96
Hex299673C5B03C1045416
Octal51111477413307440412426
Binary1010011001110011111110010110110111100100000100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290967; }

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

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

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

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

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

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

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

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