#390F9B

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

Shades of Persian Indigo #390F9B

Tints of Persian Indigo #390F9B

Color information

#390F9B (or 0x390F9B) is unknown color: approx Persian Indigo. HEX triplet: 39, 0F and 9B. RGB value is (57,15,155). Sum of RGB (Red+Green+Blue) = 57+15+155=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #390F9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F9B is #C6F064. Grayscale: #2B2B2B. Windows color (decimal): -13037669 or 10161977. OLE color: 10161977.

HSL color Cylindrical-coordinate representation of color #390F9B: hue angle of 258º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390F9B is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5715155-
CMYK0.630.9000.39
HSL258º82.35%33.33%-
HSV(B)258º90.32%60.78%-
XYZ7.773.5831.29-
YUV43.52190.91137.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 155 (60.94% from 255) = 68.28%
R=25.11%
G=6.61%
B=68.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal57151550.630.9000.3925882.3533.33
Hex39F9B3F5A0271025221
Octal71172337713204740212241
Binary111001111110011011111111101101001001111000000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F9B; }

 p { color: rgb(57,15,155); }

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

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

 a { background-color: rgb(57,15,155); }

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

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

 span { border-color: rgb(57,15,155); }

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