Html Css Color HEX #392173 Persian Indigo

📋 copy color: '#392173'

red 57 ◦ green 33 ◦ blue 115

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

Shades of Persian Indigo #392173

Tints of Persian Indigo #392173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 27.8%
G = 16.1%
B = 56.1%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392173 (or 0x392173) is known color: Persian Indigo. HEX triplet: 39, 21 and 73. RGB value is (57,33,115). Sum of RGB (Red+Green+Blue) = 57+33+115=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #392173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392173 is #C6DE8C. Grayscale: #313131. Windows color (decimal): -13033101 or 7545145. OLE color: 7545145.

HSL color Cylindrical-coordinate representation of color #392173: hue angle of 257.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #392173 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 33 115 -
CMYK 0.50 0.71 0 0.55
HSL 257.56º 0.55% 0.29% -
HSV(B) 257.56º 0.71% 0.45% -
XYZ 5.33 3.2 16.56 -
YUV 49.52 164.95 133.33 -
System Red Green Blue C M Y K H S L
Decimal 57 33 115 0.50 0.71 0 0.55 257.56 0.55 0.29
Hex 39 21 73 32 47 0 37 102 37 1D
Octal 71 41 163 62 107 0 67 402 67 35
Binary 111001 100001 1110011 110010 1000111 0 110111 100000010 110111 11101

Color Harmonies of #392173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392173

Black with #392173

Text Example


Text Example

White with #392173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392173; }

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

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

background-color css

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

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

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

border-color css

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

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

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