Html Css Color HEX #390D7C Persian Indigo

📋 copy color: '#390D7C'

red 57 ◦ green 13 ◦ blue 124

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

Shades of Persian Indigo #390D7C

Tints of Persian Indigo #390D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.92%

R = 29.38%
G = 6.7%
B = 63.92%

CMYK

 C value IS 0.54

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#390D7C (or 0x390D7C) is known color: Persian Indigo. HEX triplet: 39, 0D and 7C. RGB value is (57,13,124). Sum of RGB (Red+Green+Blue) = 57+13+124=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #390D7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D7C is #C6F283. Grayscale: #262626. Windows color (decimal): -13038212 or 8129849. OLE color: 8129849.

HSL color Cylindrical-coordinate representation of color #390D7C: hue angle of 263.78º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D7C is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 13 124 -
CMYK 0.54 0.90 0 0.51
HSL 263.78º 0.81% 0.27% -
HSV(B) 263.78º 0.9% 0.49% -
XYZ 5.47 2.61 19.28 -
YUV 38.81 176.08 140.97 -
System Red Green Blue C M Y K H S L
Decimal 57 13 124 0.54 0.90 0 0.51 263.78 0.81 0.27
Hex 39 D 7C 36 5A 0 33 108 51 1B
Octal 71 15 174 66 132 0 63 410 121 33
Binary 111001 1101 1111100 110110 1011010 0 110011 100001000 1010001 11011

Color Harmonies of #390D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D7C

Black with #390D7C

Text Example


Text Example

White with #390D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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