#390784

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

Shades of Persian Indigo #390784

Tints of Persian Indigo #390784

Color information

#390784 (or 0x390784) is unknown color: approx Persian Indigo. HEX triplet: 39, 07 and 84. RGB value is (57,7,132). Sum of RGB (Red+Green+Blue) = 57+7+132=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 7 (3.12% from 255 or 3.57% from 196); Blue value is 132 (51.95% from 255 or 67.35% from 196); Max value from RGB is 132 - color contains mainly: blue. Hex color #390784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390784 is #C6F87B. Grayscale: #232323. Windows color (decimal): -13039740 or 8652601. OLE color: 8652601.

HSL color Cylindrical-coordinate representation of color #390784: hue angle of 264º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390784 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB577132-
CMYK0.570.9500.48
HSL264º89.93%27.25%-
HSV(B)264º94.7%51.76%-
XYZ5.932.6922.04-
YUV36.2182.06142.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 7 (3.12% from 255) = 3.57%
BLUE value IS 132 (51.95% from 255) = 67.35%
R=29.08%
G=3.57%
B=67.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5771320.570.9500.4826489.9327.25
Hex39784395F0301085a1b
Octal7172047113706041013233
Binary1110011111000010011100110111110110000100001000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390784; }

 p { color: rgb(57,7,132); }

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

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

 a { background-color: rgb(57,7,132); }

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

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

 span { border-color: rgb(57,7,132); }

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