#290878

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

Shades of Persian Indigo #290878

Tints of Persian Indigo #290878

Color information

#290878 (or 0x290878) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 78. RGB value is (41,8,120). Sum of RGB (Red+Green+Blue) = 41+8+120=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #290878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290878 is #D6F787. Grayscale: #1E1E1E. Windows color (decimal): -14088072 or 7866409. OLE color: 7866409.

HSL color Cylindrical-coordinate representation of color #290878: hue angle of 257.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290878 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB418120-
CMYK0.660.9300.53
HSL257.68º87.5%25.1%-
HSV(B)257.68º93.33%47.06%-
XYZ4.39217.92-
YUV30.64178.43135.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=24.26%
G=4.73%
B=71.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4181200.660.9300.53257.6887.525.1
Hex29878425D0351025819
Octal511017010213506540213031
Binary10100110001111000100001010111010110101100000010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290878; }

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

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

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

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

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

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

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

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