Html Css Color HEX #392380 Persian Indigo

📋 copy color: '#392380'

red 57 ◦ green 35 ◦ blue 128

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

Shades of Persian Indigo #392380

Tints of Persian Indigo #392380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 25.91%
G = 15.91%
B = 58.18%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#392380 (or 0x392380) is known color: Persian Indigo. HEX triplet: 39, 23 and 80. RGB value is (57,35,128). Sum of RGB (Red+Green+Blue) = 57+35+128=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 128 (50.39% from 255 or 58.18% from 220); Max value from RGB is 128 - color contains mainly: blue. Hex color #392380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392380 is #C6DC7F. Grayscale: #333333. Windows color (decimal): -13032576 or 8397625. OLE color: 8397625.

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

Color convert

RGB 57 35 128 -
CMYK 0.55 0.73 0 0.50
HSL 254.19º 0.57% 0.32% -
HSV(B) 254.19º 0.73% 0.5% -
XYZ 6.18 3.63 20.8 -
YUV 52.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 57 35 128 0.55 0.73 0 0.50 254.19 0.57 0.32
Hex 39 23 80 37 49 0 32 FE 39 20
Octal 71 43 200 67 111 0 62 376 71 40
Binary 111001 100011 10000000 110111 1001001 0 110010 11111110 111001 100000

Color Harmonies of #392380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392380

Black with #392380

Text Example


Text Example

White with #392380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392380; }

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

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

background-color css

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

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

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

border-color css

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

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

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