Html Css Color HEX #390D7D Persian Indigo

📋 copy color: '#390D7D'

red 57 ◦ green 13 ◦ blue 125

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

Shades of Persian Indigo #390D7D

Tints of Persian Indigo #390D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 29.23%
G = 6.67%
B = 64.1%

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

#390D7D (or 0x390D7D) is known color: Persian Indigo. HEX triplet: 39, 0D and 7D. RGB value is (57,13,125). Sum of RGB (Red+Green+Blue) = 57+13+125=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #390D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D7D is #C6F282. Grayscale: #262626. Windows color (decimal): -13038211 or 8195385. OLE color: 8195385.

HSL color Cylindrical-coordinate representation of color #390D7D: hue angle of 263.57º 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 #390D7D is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 13 125 -
CMYK 0.54 0.90 0 0.51
HSL 263.57º 0.81% 0.27% -
HSV(B) 263.57º 0.9% 0.49% -
XYZ 5.53 2.64 19.62 -
YUV 38.92 176.58 140.89 -
System Red Green Blue C M Y K H S L
Decimal 57 13 125 0.54 0.90 0 0.51 263.57 0.81 0.27
Hex 39 D 7D 36 5A 0 33 108 51 1B
Octal 71 15 175 66 132 0 63 410 121 33
Binary 111001 1101 1111101 110110 1011010 0 110011 100001000 1010001 11011

Color Harmonies of #390D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D7D

Black with #390D7D

Text Example


Text Example

White with #390D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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