#390B85

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

Shades of Persian Indigo #390B85

Tints of Persian Indigo #390B85

Color information

#390B85 (or 0x390B85) is unknown color: approx Persian Indigo. HEX triplet: 39, 0B and 85. RGB value is (57,11,133). Sum of RGB (Red+Green+Blue) = 57+11+133=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #390B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390B85 is #C6F47A. Grayscale: #262626. Windows color (decimal): -13038715 or 8719161. OLE color: 8719161.

HSL color Cylindrical-coordinate representation of color #390B85: hue angle of 262.62º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390B85 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5711133-
CMYK0.570.9200.48
HSL262.62º84.72%28.24%-
HSV(B)262.62º91.73%52.16%-
XYZ6.042.822.41-
YUV38.66181.24141.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 11 (4.69% from 255) = 5.47%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=28.36%
G=5.47%
B=66.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57111330.570.9200.48262.6284.7228.24
Hex39B85395C030107551c
Octal71132057113406040712534
Binary11100110111000010111100110111000110000100000111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,11,133); }

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

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

 a { background-color: rgb(57,11,133); }

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

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

 span { border-color: rgb(57,11,133); }

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