#290670

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

Shades of Persian Indigo #290670

Tints of Persian Indigo #290670

Color information

#290670 (or 0x290670) is unknown color: approx Persian Indigo. HEX triplet: 29, 06 and 70. RGB value is (41,6,112). Sum of RGB (Red+Green+Blue) = 41+6+112=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #290670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290670 is #D6F98F. Grayscale: #1C1C1C. Windows color (decimal): -14088592 or 7341609. OLE color: 7341609.

HSL color Cylindrical-coordinate representation of color #290670: hue angle of 259.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290670 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB416112-
CMYK0.630.9500.56
HSL259.81º89.83%23.14%-
HSV(B)259.81º94.64%43.92%-
XYZ3.91.7715.47-
YUV28.55175.1136.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 6 (2.73% from 255) = 3.77%
BLUE value IS 112 (44.14% from 255) = 70.44%
R=25.79%
G=3.77%
B=70.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4161120.630.9500.56259.8189.8323.14
Hex296703F5F0381045a17
Octal5161607713707040413227
Binary101001110111000011111110111110111000100000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290670; }

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

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

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

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

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

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

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

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