#290162

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

Shades of Persian Indigo #290162

Tints of Persian Indigo #290162

Color information

#290162 (or 0x290162) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 62. RGB value is (41,1,98). Sum of RGB (Red+Green+Blue) = 41+1+98=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #290162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290162 is #D6FE9D. Grayscale: #171717. Windows color (decimal): -14089886 or 6422825. OLE color: 6422825.

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

Color convert

RGB41198-
CMYK0.580.9900.62
HSL264.74º97.98%19.41%-
HSV(B)264.74º98.98%38.43%-
XYZ3.131.3711.66-
YUV24.02169.75140.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 98 (38.67% from 255) = 70%
R=29.29%
G=0.71%
B=70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal411980.580.9900.62264.7497.9819.41
Hex291623A6303E1096213
Octal5111427214307641114223
Binary1010011110001011101011000110111110100001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290162; }

 p { color: rgb(41,1,98); }

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

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

 a { background-color: rgb(41,1,98); }

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

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

 span { border-color: rgb(41,1,98); }

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