Html Css Color HEX #390690 Persian Indigo

📋 copy color: '#390690'

red 57 ◦ green 6 ◦ blue 144

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

Shades of Persian Indigo #390690

Tints of Persian Indigo #390690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 69.57%

R = 27.54%
G = 2.9%
B = 69.57%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#390690 (or 0x390690) is known color: Persian Indigo. HEX triplet: 39, 06 and 90. RGB value is (57,6,144). Sum of RGB (Red+Green+Blue) = 57+6+144=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #390690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390690 is #C6F96F. Grayscale: #242424. Windows color (decimal): -13039984 or 9438777. OLE color: 9438777.

HSL color Cylindrical-coordinate representation of color #390690: hue angle of 262.17º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390690 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 6 144 -
CMYK 0.60 0.96 0 0.44
HSL 262.17º 0.92% 0.29% -
HSV(B) 262.17º 0.96% 0.56% -
XYZ 6.79 3.01 26.61 -
YUV 36.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 57 6 144 0.60 0.96 0 0.44 262.17 0.92 0.29
Hex 39 6 90 3C 60 0 2C 106 5C 1D
Octal 71 6 220 74 140 0 54 406 134 35
Binary 111001 110 10010000 111100 1100000 0 101100 100000110 1011100 11101

Color Harmonies of #390690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390690

Black with #390690

Text Example


Text Example

White with #390690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390690; }

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

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

background-color css

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

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

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

border-color css

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

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

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