Html Css Color HEX #390786 Persian Indigo

📋 copy color: '#390786'

red 57 ◦ green 7 ◦ blue 134

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

Shades of Persian Indigo #390786

Tints of Persian Indigo #390786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

 BLUE value IS 134 (52.73% from 255) = 67.68%

R = 28.79%
G = 3.54%
B = 67.68%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390786 (or 0x390786) is known color: Persian Indigo. HEX triplet: 39, 07 and 86. RGB value is (57,7,134). Sum of RGB (Red+Green+Blue) = 57+7+134=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #390786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390786 is #C6F879. Grayscale: #232323. Windows color (decimal): -13039738 or 8783673. OLE color: 8783673.

HSL color Cylindrical-coordinate representation of color #390786: hue angle of 263.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390786 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 7 134 -
CMYK 0.57 0.95 0 0.47
HSL 263.62º 0.9% 0.28% -
HSV(B) 263.62º 0.95% 0.53% -
XYZ 6.07 2.74 22.76 -
YUV 36.43 183.07 142.67 -
System Red Green Blue C M Y K H S L
Decimal 57 7 134 0.57 0.95 0 0.47 263.62 0.9 0.28
Hex 39 7 86 39 5F 0 2F 108 5A 1C
Octal 71 7 206 71 137 0 57 410 132 34
Binary 111001 111 10000110 111001 1011111 0 101111 100001000 1011010 11100

Color Harmonies of #390786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390786

Black with #390786

Text Example


Text Example

White with #390786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390786; }

 p { color: rgb(57,7,134); }

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

background-color css

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

 a { background-color: rgb(57,7,134); }

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

border-color css

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

 span { border-color: rgb(57,7,134); }

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