#290388

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

Shades of Persian Indigo #290388

Tints of Persian Indigo #290388

Color information

#290388 (or 0x290388) is unknown color: approx Persian Indigo. HEX triplet: 29, 03 and 88. RGB value is (41,3,136). Sum of RGB (Red+Green+Blue) = 41+3+136=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #290388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290388 is #D6FC77. Grayscale: #1D1D1D. Windows color (decimal): -14089336 or 8913705. OLE color: 8913705.

HSL color Cylindrical-coordinate representation of color #290388: hue angle of 257.14º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290388 is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB413136-
CMYK0.700.9800.47
HSL257.14º95.68%27.25%-
HSV(B)257.14º97.79%53.33%-
XYZ5.392.3123.46-
YUV29.52188.09136.19-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 3 (1.56% from 255) = 1.67%
BLUE value IS 136 (53.52% from 255) = 75.56%
R=22.78%
G=1.67%
B=75.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4131360.700.9800.47257.1495.6827.25
Hex29388466202F101601b
Octal51321010614205740114033
Binary1010011110001000100011011000100101111100000001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290388; }

 p { color: rgb(41,3,136); }

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

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

 a { background-color: rgb(41,3,136); }

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

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

 span { border-color: rgb(41,3,136); }

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