Html Css Color HEX #390D87 Persian Indigo

📋 copy color: '#390D87'

red 57 ◦ green 13 ◦ blue 135

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

Shades of Persian Indigo #390D87

Tints of Persian Indigo #390D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 27.8%
G = 6.34%
B = 65.85%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390D87 (or 0x390D87) is known color: Persian Indigo. HEX triplet: 39, 0D and 87. RGB value is (57,13,135). Sum of RGB (Red+Green+Blue) = 57+13+135=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #390D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D87 is #C6F278. Grayscale: #272727. Windows color (decimal): -13038201 or 8850745. OLE color: 8850745.

HSL color Cylindrical-coordinate representation of color #390D87: hue angle of 261.64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D87 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 13 135 -
CMYK 0.58 0.90 0 0.47
HSL 261.64º 0.82% 0.29% -
HSV(B) 261.64º 0.9% 0.53% -
XYZ 6.2 2.91 23.16 -
YUV 40.06 181.58 140.08 -
System Red Green Blue C M Y K H S L
Decimal 57 13 135 0.58 0.90 0 0.47 261.64 0.82 0.29
Hex 39 D 87 3A 5A 0 2F 106 52 1D
Octal 71 15 207 72 132 0 57 406 122 35
Binary 111001 1101 10000111 111010 1011010 0 101111 100000110 1010010 11101

Color Harmonies of #390D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D87

Black with #390D87

Text Example


Text Example

White with #390D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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