Html Css Color HEX #390683 Persian Indigo

📋 copy color: '#390683'

red 57 ◦ green 6 ◦ blue 131

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

Shades of Persian Indigo #390683

Tints of Persian Indigo #390683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 67.53%

R = 29.38%
G = 3.09%
B = 67.53%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#390683 (or 0x390683) is known color: Persian Indigo. HEX triplet: 39, 06 and 83. RGB value is (57,6,131). Sum of RGB (Red+Green+Blue) = 57+6+131=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #390683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390683 is #C6F97C. Grayscale: #232323. Windows color (decimal): -13039997 or 8586809. OLE color: 8586809.

HSL color Cylindrical-coordinate representation of color #390683: hue angle of 264.48º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #390683 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 6 131 -
CMYK 0.56 0.95 0 0.49
HSL 264.48º 0.91% 0.27% -
HSV(B) 264.48º 0.95% 0.51% -
XYZ 5.85 2.64 21.67 -
YUV 35.5 181.9 143.34 -
System Red Green Blue C M Y K H S L
Decimal 57 6 131 0.56 0.95 0 0.49 264.48 0.91 0.27
Hex 39 6 83 38 5F 0 31 108 5B 1B
Octal 71 6 203 70 137 0 61 410 133 33
Binary 111001 110 10000011 111000 1011111 0 110001 100001000 1011011 11011

Color Harmonies of #390683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390683

Black with #390683

Text Example


Text Example

White with #390683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390683; }

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

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

background-color css

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

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

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

border-color css

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

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

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