#290278

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

Shades of Persian Indigo #290278

Tints of Persian Indigo #290278

Color information

#290278 (or 0x290278) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 78. RGB value is (41,2,120). Sum of RGB (Red+Green+Blue) = 41+2+120=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #290278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290278 is #D6FD87. Grayscale: #1A1A1A. Windows color (decimal): -14089608 or 7864873. OLE color: 7864873.

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

Color convert

RGB412120-
CMYK0.660.9800.53
HSL259.83º96.72%23.92%-
HSV(B)259.83º98.33%47.06%-
XYZ4.331.8717.9-
YUV27.11180.42137.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=25.15%
G=1.23%
B=73.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4121200.660.9800.53259.8396.7223.92
Hex2927842620351046118
Octal51217010214206540414130
Binary101001101111000100001011000100110101100000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290278; }

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

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

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

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

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

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

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

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