#290175

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

Shades of Persian Indigo #290175

Tints of Persian Indigo #290175

Color information

#290175 (or 0x290175) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 75. RGB value is (41,1,117). Sum of RGB (Red+Green+Blue) = 41+1+117=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #290175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290175 is #D6FE8A. Grayscale: #191919. Windows color (decimal): -14089867 or 7668009. OLE color: 7668009.

HSL color Cylindrical-coordinate representation of color #290175: hue angle of 260.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290175 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB411117-
CMYK0.650.9900.54
HSL260.69º98.31%23.14%-
HSV(B)260.69º99.15%45.88%-
XYZ4.141.7816.95-
YUV26.18179.25138.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.79%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=25.79%
G=0.63%
B=73.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4111170.650.9900.54260.6998.3123.14
Hex2917541630361056217
Octal51116510114306640514227
Binary10100111110101100000111000110110110100000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290175; }

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

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

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

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

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

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

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

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