Html Css Color HEX #392073 Persian Indigo

📋 copy color: '#392073'

red 57 ◦ green 32 ◦ blue 115

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

Shades of Persian Indigo #392073

Tints of Persian Indigo #392073

RGB

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

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

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

R = 27.94%
G = 15.69%
B = 56.37%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392073 (or 0x392073) is known color: Persian Indigo. HEX triplet: 39, 20 and 73. RGB value is (57,32,115). Sum of RGB (Red+Green+Blue) = 57+32+115=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #392073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392073 is #C6DF8C. Grayscale: #303030. Windows color (decimal): -13033357 or 7544889. OLE color: 7544889.

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

Color convert

RGB 57 32 115 -
CMYK 0.50 0.72 0 0.55
HSL 258.07º 0.56% 0.29% -
HSV(B) 258.07º 0.72% 0.45% -
XYZ 5.3 3.14 16.55 -
YUV 48.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 57 32 115 0.50 0.72 0 0.55 258.07 0.56 0.29
Hex 39 20 73 32 48 0 37 102 38 1D
Octal 71 40 163 62 110 0 67 402 70 35
Binary 111001 100000 1110011 110010 1001000 0 110111 100000010 111000 11101

Color Harmonies of #392073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392073

Black with #392073

Text Example


Text Example

White with #392073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392073; }

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

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

background-color css

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

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

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

border-color css

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

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

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