#290088

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

Shades of Persian Indigo #290088

Tints of Persian Indigo #290088

Color information

#290088 (or 0x290088) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 88. RGB value is (41,0,136). Sum of RGB (Red+Green+Blue) = 41+0+136=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 136 (53.52% from 255 or 76.84% from 177); Max value from RGB is 136 - color contains mainly: blue. Hex color #290088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290088 is #D6FF77. Grayscale: #1B1B1B. Windows color (decimal): -14090104 or 8912937. OLE color: 8912937.

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

Color convert

RGB410136-
CMYK0.70100.47
HSL258.09º100%26.67%-
HSV(B)258.09º100%53.33%-
XYZ5.362.2523.44-
YUV27.76189.08137.44-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 76.84%
R=23.16%
G=0%
B=76.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4101360.70100.47258.0910026.67
Hex29088466402F102641b
Octal51021010614405740214433
Binary101001010001000100011011001000101111100000010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290088; }

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

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

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

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

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

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

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

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