Html Css Color HEX #392074 Persian Indigo

📋 copy color: '#392074'

red 57 ◦ green 32 ◦ blue 116

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

Shades of Persian Indigo #392074

Tints of Persian Indigo #392074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 27.8%
G = 15.61%
B = 56.59%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#392074 (or 0x392074) is known color: Persian Indigo. HEX triplet: 39, 20 and 74. RGB value is (57,32,116). Sum of RGB (Red+Green+Blue) = 57+32+116=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #392074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392074 is #C6DF8B. Grayscale: #303030. Windows color (decimal): -13033356 or 7610425. OLE color: 7610425.

HSL color Cylindrical-coordinate representation of color #392074: hue angle of 257.86º degrees, saturation: 0.57, 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 #392074 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 32 116 -
CMYK 0.51 0.72 0 0.55
HSL 257.86º 0.57% 0.29% -
HSV(B) 257.86º 0.72% 0.45% -
XYZ 5.36 3.16 16.85 -
YUV 49.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 57 32 116 0.51 0.72 0 0.55 257.86 0.57 0.29
Hex 39 20 74 33 48 0 37 102 39 1D
Octal 71 40 164 63 110 0 67 402 71 35
Binary 111001 100000 1110100 110011 1001000 0 110111 100000010 111001 11101

Color Harmonies of #392074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392074

Black with #392074

Text Example


Text Example

White with #392074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392074; }

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

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

background-color css

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

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

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

border-color css

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

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

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