#290661

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

Shades of Persian Indigo #290661

Tints of Persian Indigo #290661

Color information

#290661 (or 0x290661) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 61. RGB value is (41,6,97). Sum of RGB (Red+Green+Blue) = 41+6+97=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #290661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290661 is #D6F99E. Grayscale: #1A1A1A. Windows color (decimal): -14088607 or 6358569. OLE color: 6358569.

HSL color Cylindrical-coordinate representation of color #290661: hue angle of 263.08º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #290661 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB41697-
CMYK0.580.9400.62
HSL263.08º88.35%20.2%-
HSV(B)263.08º93.81%38.04%-
XYZ3.141.4611.43-
YUV26.84167.6138.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 6 (2.73% from 255) = 4.17%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=28.47%
G=4.17%
B=67.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal416970.580.9400.62263.0888.3520.2
Hex296613A5E03E1075814
Octal5161417213607640713024
Binary101001110110000111101010111100111110100000111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290661; }

 p { color: rgb(41,6,97); }

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

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

 a { background-color: rgb(41,6,97); }

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

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

 span { border-color: rgb(41,6,97); }

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