#390489

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

Shades of Persian Indigo #390489

Tints of Persian Indigo #390489

Color information

#390489 (or 0x390489) is unknown color: approx Persian Indigo. HEX triplet: 39, 04 and 89. RGB value is (57,4,137). Sum of RGB (Red+Green+Blue) = 57+4+137=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #390489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390489 is #C6FB76. Grayscale: #222222. Windows color (decimal): -13040503 or 8979513. OLE color: 8979513.

HSL color Cylindrical-coordinate representation of color #390489: hue angle of 263.91º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #390489 is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB574137-
CMYK0.580.9700.46
HSL263.91º94.33%27.65%-
HSV(B)263.91º97.08%53.73%-
XYZ6.252.7623.87-
YUV35.01185.56143.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 137 (53.91% from 255) = 69.19%
R=28.79%
G=2.02%
B=69.19%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5741370.580.9700.46263.9194.3327.65
Hex394893A6102E1085e1c
Octal7142117214105641013634
Binary1110011001000100111101011000010101110100001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390489; }

 p { color: rgb(57,4,137); }

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

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

 a { background-color: rgb(57,4,137); }

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

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

 span { border-color: rgb(57,4,137); }

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