Html Css Color HEX #390D6A Persian Indigo

📋 copy color: '#390D6A'

red 57 ◦ green 13 ◦ blue 106

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

Shades of Persian Indigo #390D6A

Tints of Persian Indigo #390D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 32.39%
G = 7.39%
B = 60.23%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#390D6A (or 0x390D6A) is known color: Persian Indigo. HEX triplet: 39, 0D and 6A. RGB value is (57,13,106). Sum of RGB (Red+Green+Blue) = 57+13+106=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #390D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D6A is #C6F295. Grayscale: #242424. Windows color (decimal): -13038230 or 6950201. OLE color: 6950201.

HSL color Cylindrical-coordinate representation of color #390D6A: hue angle of 268.39º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390D6A is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 13 106 -
CMYK 0.46 0.88 0 0.58
HSL 268.39º 0.78% 0.23% -
HSV(B) 268.39º 0.88% 0.42% -
XYZ 4.43 2.2 13.83 -
YUV 36.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 57 13 106 0.46 0.88 0 0.58 268.39 0.78 0.23
Hex 39 D 6A 2E 58 0 3A 10C 4E 17
Octal 71 15 152 56 130 0 72 414 116 27
Binary 111001 1101 1101010 101110 1011000 0 111010 100001100 1001110 10111

Color Harmonies of #390D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D6A

Black with #390D6A

Text Example


Text Example

White with #390D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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