Html Css Color HEX #390D6F Persian Indigo

📋 copy color: '#390D6F'

red 57 ◦ green 13 ◦ blue 111

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

Shades of Persian Indigo #390D6F

Tints of Persian Indigo #390D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 61.33%

R = 31.49%
G = 7.18%
B = 61.33%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#390D6F (or 0x390D6F) is known color: Persian Indigo. HEX triplet: 39, 0D and 6F. RGB value is (57,13,111). Sum of RGB (Red+Green+Blue) = 57+13+111=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 13 (5.47% from 255 or 7.18% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #390D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D6F is #C6F290. Grayscale: #242424. Windows color (decimal): -13038225 or 7277881. OLE color: 7277881.

HSL color Cylindrical-coordinate representation of color #390D6F: hue angle of 266.94º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390D6F is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 13 111 -
CMYK 0.49 0.88 0 0.56
HSL 266.94º 0.79% 0.24% -
HSV(B) 266.94º 0.88% 0.44% -
XYZ 4.7 2.31 15.24 -
YUV 37.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 57 13 111 0.49 0.88 0 0.56 266.94 0.79 0.24
Hex 39 D 6F 31 58 0 38 10B 4F 18
Octal 71 15 157 61 130 0 70 413 117 30
Binary 111001 1101 1101111 110001 1011000 0 111000 100001011 1001111 11000

Color Harmonies of #390D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D6F

Black with #390D6F

Text Example


Text Example

White with #390D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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