Html Css Color HEX #390699 Persian Indigo

📋 copy color: '#390699'

red 57 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #390699

Tints of Persian Indigo #390699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

 BLUE value IS 153 (60.16% from 255) = 70.83%

R = 26.39%
G = 2.78%
B = 70.83%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#390699 (or 0x390699) is known color: Persian Indigo. HEX triplet: 39, 06 and 99. RGB value is (57,6,153). Sum of RGB (Red+Green+Blue) = 57+6+153=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #390699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390699 is #C6F966. Grayscale: #252525. Windows color (decimal): -13039975 or 10028601. OLE color: 10028601.

HSL color Cylindrical-coordinate representation of color #390699: hue angle of 260.82º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390699 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 6 153 -
CMYK 0.63 0.96 0 0.4
HSL 260.82º 0.92% 0.31% -
HSV(B) 260.82º 0.96% 0.6% -
XYZ 7.5 3.3 30.38 -
YUV 38.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 57 6 153 0.63 0.96 0 0.4 260.82 0.92 0.31
Hex 39 6 99 3F 60 0 28 105 5C 1F
Octal 71 6 231 77 140 0 50 405 134 37
Binary 111001 110 10011001 111111 1100000 0 101000 100000101 1011100 11111

Color Harmonies of #390699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390699

Black with #390699

Text Example


Text Example

White with #390699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390699; }

 p { color: rgb(57,6,153); }

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

background-color css

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

 a { background-color: rgb(57,6,153); }

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

border-color css

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

 span { border-color: rgb(57,6,153); }

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