Html Css Color HEX #392174 Persian Indigo

📋 copy color: '#392174'

red 57 ◦ green 33 ◦ blue 116

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

Shades of Persian Indigo #392174

Tints of Persian Indigo #392174

RGB

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

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

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

R = 27.67%
G = 16.02%
B = 56.31%

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

#392174 (or 0x392174) is known color: Persian Indigo. HEX triplet: 39, 21 and 74. RGB value is (57,33,116). Sum of RGB (Red+Green+Blue) = 57+33+116=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #392174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392174 is #C6DE8B. Grayscale: #313131. Windows color (decimal): -13033100 or 7610681. OLE color: 7610681.

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

Color convert

RGB 57 33 116 -
CMYK 0.51 0.72 0 0.55
HSL 257.35º 0.56% 0.29% -
HSV(B) 257.35º 0.72% 0.45% -
XYZ 5.38 3.22 16.86 -
YUV 49.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 57 33 116 0.51 0.72 0 0.55 257.35 0.56 0.29
Hex 39 21 74 33 48 0 37 101 38 1D
Octal 71 41 164 63 110 0 67 401 70 35
Binary 111001 100001 1110100 110011 1001000 0 110111 100000001 111000 11101

Color Harmonies of #392174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392174

Black with #392174

Text Example


Text Example

White with #392174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392174; }

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

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

background-color css

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

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

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

border-color css

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

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

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