Html Css Color HEX #392076 Persian Indigo

📋 copy color: '#392076'

red 57 ◦ green 32 ◦ blue 118

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

Shades of Persian Indigo #392076

Tints of Persian Indigo #392076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57%

R = 27.54%
G = 15.46%
B = 57%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392076 (or 0x392076) is known color: Persian Indigo. HEX triplet: 39, 20 and 76. RGB value is (57,32,118). Sum of RGB (Red+Green+Blue) = 57+32+118=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #392076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392076 is #C6DF89. Grayscale: #303030. Windows color (decimal): -13033354 or 7741497. OLE color: 7741497.

HSL color Cylindrical-coordinate representation of color #392076: hue angle of 257.44º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392076 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 32 118 -
CMYK 0.52 0.73 0 0.54
HSL 257.44º 0.57% 0.29% -
HSV(B) 257.44º 0.73% 0.46% -
XYZ 5.47 3.21 17.47 -
YUV 49.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 57 32 118 0.52 0.73 0 0.54 257.44 0.57 0.29
Hex 39 20 76 34 49 0 36 101 39 1D
Octal 71 40 166 64 111 0 66 401 71 35
Binary 111001 100000 1110110 110100 1001001 0 110110 100000001 111001 11101

Color Harmonies of #392076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392076

Black with #392076

Text Example


Text Example

White with #392076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392076; }

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

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

background-color css

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

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

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

border-color css

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

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

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