#290167

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

Shades of Persian Indigo #290167

Tints of Persian Indigo #290167

Color information

#290167 (or 0x290167) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 67. RGB value is (41,1,103). Sum of RGB (Red+Green+Blue) = 41+1+103=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #290167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290167 is #D6FE98. Grayscale: #181818. Windows color (decimal): -14089881 or 6750505. OLE color: 6750505.

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

Color convert

RGB411103-
CMYK0.600.9900.60
HSL263.53º98.08%20.39%-
HSV(B)263.53º99.03%40.39%-
XYZ3.371.4712.94-
YUV24.59172.25139.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 103 (40.62% from 255) = 71.03%
R=28.28%
G=0.69%
B=71.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4111030.600.9900.60263.5398.0820.39
Hex291673C6303C1086214
Octal5111477414307441014224
Binary1010011110011111110011000110111100100001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290167; }

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

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

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

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

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

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

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

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