#390898

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

Shades of Persian Indigo #390898

Tints of Persian Indigo #390898

Color information

#390898 (or 0x390898) is unknown color: approx Persian Indigo. HEX triplet: 39, 08 and 98. RGB value is (57,8,152). Sum of RGB (Red+Green+Blue) = 57+8+152=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #390898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390898 is #C6F767. Grayscale: #262626. Windows color (decimal): -13039464 or 9963577. OLE color: 9963577.

HSL color Cylindrical-coordinate representation of color #390898: hue angle of 260.42º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390898 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB578152-
CMYK0.620.9500.40
HSL260.42º90%31.37%-
HSV(B)260.42º94.74%59.61%-
XYZ7.443.3129.95-
YUV39.07191.73140.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.27%
GREEN value IS 8 (3.52% from 255) = 3.69%
BLUE value IS 152 (59.77% from 255) = 70.05%
R=26.27%
G=3.69%
B=70.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5781520.620.9500.40260.429031.37
Hex398983E5F0281045a1f
Octal71102307613705040413237
Binary11100110001001100011111010111110101000100000100101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390898; }

 p { color: rgb(57,8,152); }

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

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

 a { background-color: rgb(57,8,152); }

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

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

 span { border-color: rgb(57,8,152); }

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