Html Css Color HEX #392080 Persian Indigo

📋 copy color: '#392080'

red 57 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #392080

Tints of Persian Indigo #392080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.75%

 BLUE value IS 128 (50.39% from 255) = 58.99%

R = 26.27%
G = 14.75%
B = 58.99%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#392080 (or 0x392080) is known color: Persian Indigo. HEX triplet: 39, 20 and 80. RGB value is (57,32,128). Sum of RGB (Red+Green+Blue) = 57+32+128=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #392080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392080 is #C6DF7F. Grayscale: #323232. Windows color (decimal): -13033344 or 8396857. OLE color: 8396857.

HSL color Cylindrical-coordinate representation of color #392080: hue angle of 255.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392080 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 32 128 -
CMYK 0.55 0.75 0 0.50
HSL 255.63º 0.6% 0.31% -
HSV(B) 255.63º 0.75% 0.5% -
XYZ 6.1 3.46 20.77 -
YUV 50.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 57 32 128 0.55 0.75 0 0.50 255.63 0.6 0.31
Hex 39 20 80 37 4B 0 32 100 3C 1F
Octal 71 40 200 67 113 0 62 400 74 37
Binary 111001 100000 10000000 110111 1001011 0 110010 100000000 111100 11111

Color Harmonies of #392080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392080

Black with #392080

Text Example


Text Example

White with #392080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392080; }

 p { color: rgb(57,32,128); }

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

background-color css

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

 a { background-color: rgb(57,32,128); }

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

border-color css

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

 span { border-color: rgb(57,32,128); }

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