Html Css Color HEX #390386 Persian Indigo

📋 copy color: '#390386'

red 57 ◦ green 3 ◦ blue 134

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

Shades of Persian Indigo #390386

Tints of Persian Indigo #390386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.55%

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

R = 29.38%
G = 1.55%
B = 69.07%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#390386 (or 0x390386) is known color: Persian Indigo. HEX triplet: 39, 03 and 86. RGB value is (57,3,134). Sum of RGB (Red+Green+Blue) = 57+3+134=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 134 (52.73% from 255 or 69.07% from 194); Max value from RGB is 134 - color contains mainly: blue. Hex color #390386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390386 is #C6FC79. Grayscale: #212121. Windows color (decimal): -13040762 or 8782649. OLE color: 8782649.

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

Color convert

RGB 57 3 134 -
CMYK 0.57 0.98 0 0.47
HSL 264.73º 0.96% 0.27% -
HSV(B) 264.73º 0.98% 0.53% -
XYZ 6.02 2.66 22.75 -
YUV 34.08 184.39 144.35 -
System Red Green Blue C M Y K H S L
Decimal 57 3 134 0.57 0.98 0 0.47 264.73 0.96 0.27
Hex 39 3 86 39 62 0 2F 109 60 1B
Octal 71 3 206 71 142 0 57 411 140 33
Binary 111001 11 10000110 111001 1100010 0 101111 100001001 1100000 11011

Color Harmonies of #390386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390386

Black with #390386

Text Example


Text Example

White with #390386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390386; }

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

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

background-color css

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

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

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

border-color css

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

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

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