Html Css Color HEX #392179 Persian Indigo

📋 copy color: '#392179'

red 57 ◦ green 33 ◦ blue 121

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

Shades of Persian Indigo #392179

Tints of Persian Indigo #392179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 121 (47.66% from 255) = 57.35%

R = 27.01%
G = 15.64%
B = 57.35%

CMYK

 C value IS 0.53

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#392179 (or 0x392179) is known color: Persian Indigo. HEX triplet: 39, 21 and 79. RGB value is (57,33,121). Sum of RGB (Red+Green+Blue) = 57+33+121=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #392179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392179 is #C6DE86. Grayscale: #313131. Windows color (decimal): -13033095 or 7938361. OLE color: 7938361.

HSL color Cylindrical-coordinate representation of color #392179: hue angle of 256.36º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392179 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 33 121 -
CMYK 0.53 0.73 0 0.53
HSL 256.36º 0.57% 0.3% -
HSV(B) 256.36º 0.73% 0.47% -
XYZ 5.68 3.34 18.43 -
YUV 50.21 167.95 132.84 -
System Red Green Blue C M Y K H S L
Decimal 57 33 121 0.53 0.73 0 0.53 256.36 0.57 0.3
Hex 39 21 79 35 49 0 35 100 39 1E
Octal 71 41 171 65 111 0 65 400 71 36
Binary 111001 100001 1111001 110101 1001001 0 110101 100000000 111001 11110

Color Harmonies of #392179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392179

Black with #392179

Text Example


Text Example

White with #392179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392179; }

 p { color: rgb(57,33,121); }

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

background-color css

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

 a { background-color: rgb(57,33,121); }

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

border-color css

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

 span { border-color: rgb(57,33,121); }

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