Html Css Color HEX #390D8B Persian Indigo

📋 copy color: '#390D8B'

red 57 ◦ green 13 ◦ blue 139

#390D8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #390D8B

Tints of Persian Indigo #390D8B

RGB

 RED value IS 57 (22.66% from 255) = 27.27%

 GREEN value IS 13 (5.47% from 255) = 6.22%

 BLUE value IS 139 (54.69% from 255) = 66.51%

R = 27.27%
G = 6.22%
B = 66.51%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#390D8B (or 0x390D8B) is known color: Persian Indigo. HEX triplet: 39, 0D and 8B. RGB value is (57,13,139). Sum of RGB (Red+Green+Blue) = 57+13+139=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #390D8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D8B is #C6F274. Grayscale: #282828. Windows color (decimal): -13038197 or 9112889. OLE color: 9112889.

HSL color Cylindrical-coordinate representation of color #390D8B: hue angle of 260.95º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390D8B is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 13 139 -
CMYK 0.59 0.91 0 0.45
HSL 260.95º 0.83% 0.3% -
HSV(B) 260.95º 0.91% 0.55% -
XYZ 6.49 3.02 24.67 -
YUV 40.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 57 13 139 0.59 0.91 0 0.45 260.95 0.83 0.3
Hex 39 D 8B 3B 5B 0 2D 105 53 1E
Octal 71 15 213 73 133 0 55 405 123 36
Binary 111001 1101 10001011 111011 1011011 0 101101 100000101 1010011 11110

Color Harmonies of #390D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D8B

Black with #390D8B

Text Example


Text Example

White with #390D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,13,139); }

 H1.HeaderClassName
 {
   color: #390D8B;
 }
 .AnyTagClassName
 {
   color: #390D8B;
 }
</style>

background-color css

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

 a { background-color: rgb(57,13,139); }

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

border-color css

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

 span { border-color: rgb(57,13,139); }

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