#290183

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

Shades of Persian Indigo #290183

Tints of Persian Indigo #290183

Color information

#290183 (or 0x290183) is unknown color: approx Persian Indigo. HEX triplet: 29, 01 and 83. RGB value is (41,1,131). Sum of RGB (Red+Green+Blue) = 41+1+131=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #290183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290183 is #D6FE7C. Grayscale: #1B1B1B. Windows color (decimal): -14089853 or 8585513. OLE color: 8585513.

HSL color Cylindrical-coordinate representation of color #290183: hue angle of 258.46º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290183 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB411131-
CMYK0.690.9900.49
HSL258.46º98.48%25.88%-
HSV(B)258.46º99.24%51.37%-
XYZ5.022.1321.62-
YUV27.78186.25137.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 131 (51.56% from 255) = 75.72%
R=23.70%
G=0.58%
B=75.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4111310.690.9900.49258.4698.4825.88
Hex291834563031102621a
Octal51120310514306140214232
Binary101001110000011100010111000110110001100000010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290183; }

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

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

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

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

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

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

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

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