#290378

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

Shades of Persian Indigo #290378

Tints of Persian Indigo #290378

Color information

#290378 (or 0x290378) is unknown color: approx Persian Indigo. HEX triplet: 29, 03 and 78. RGB value is (41,3,120). Sum of RGB (Red+Green+Blue) = 41+3+120=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #290378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290378 is #D6FC87. Grayscale: #1B1B1B. Windows color (decimal): -14089352 or 7865129. OLE color: 7865129.

HSL color Cylindrical-coordinate representation of color #290378: hue angle of 259.49º degrees, saturation: 0.95, 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 #290378 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB413120-
CMYK0.660.9800.53
HSL259.49º95.12%24.12%-
HSV(B)259.49º97.5%47.06%-
XYZ4.341.8917.91-
YUV27.7180.09137.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 1.83%
BLUE value IS 120 (47.27% from 255) = 73.17%
R=25%
G=1.83%
B=73.17%

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
Decimal4131200.660.9800.53259.4995.1224.12
Hex2937842620351035f18
Octal51317010214206540313730
Binary101001111111000100001011000100110101100000011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290378; }

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

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

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

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

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

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

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

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