#290063

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

Shades of Persian Indigo #290063

Tints of Persian Indigo #290063

Color information

#290063 (or 0x290063) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 63. RGB value is (41,0,99). Sum of RGB (Red+Green+Blue) = 41+0+99=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #290063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290063 is #D6FF9C. Grayscale: #171717. Windows color (decimal): -14090141 or 6488105. OLE color: 6488105.

HSL color Cylindrical-coordinate representation of color #290063: hue angle of 264.85º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290063 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB41099-
CMYK0.59100.61
HSL264.85º100%19.41%-
HSV(B)264.85º100%38.82%-
XYZ3.171.3711.9-
YUV23.54170.58140.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 70.71%
R=29.29%
G=0%
B=70.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal410990.59100.61264.8510019.41
Hex290633B6403D1096413
Octal5101437314407541114423
Binary1010010110001111101111001000111101100001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290063; }

 p { color: rgb(41,0,99); }

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

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

 a { background-color: rgb(41,0,99); }

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

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

 span { border-color: rgb(41,0,99); }

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