#290870

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

Shades of Persian Indigo #290870

Tints of Persian Indigo #290870

Color information

#290870 (or 0x290870) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 70. RGB value is (41,8,112). Sum of RGB (Red+Green+Blue) = 41+8+112=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #290870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290870 is #D6F78F. Grayscale: #1D1D1D. Windows color (decimal): -14088080 or 7342121. OLE color: 7342121.

HSL color Cylindrical-coordinate representation of color #290870: hue angle of 259.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290870 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB418112-
CMYK0.630.9300.56
HSL259.04º86.67%23.53%-
HSV(B)259.04º92.86%43.92%-
XYZ3.931.8115.47-
YUV29.72174.43136.04-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=25.47%
G=4.97%
B=69.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4181120.630.9300.56259.0486.6723.53
Hex298703F5D0381035718
Octal51101607713507040312730
Binary1010011000111000011111110111010111000100000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290870; }

 p { color: rgb(41,8,112); }

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

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

 a { background-color: rgb(41,8,112); }

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

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

 span { border-color: rgb(41,8,112); }

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