Html Css Color HEX #392075 Persian Indigo

📋 copy color: '#392075'

red 57 ◦ green 32 ◦ blue 117

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

Shades of Persian Indigo #392075

Tints of Persian Indigo #392075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.8%

R = 27.67%
G = 15.53%
B = 56.8%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#392075 (or 0x392075) is known color: Persian Indigo. HEX triplet: 39, 20 and 75. RGB value is (57,32,117). Sum of RGB (Red+Green+Blue) = 57+32+117=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #392075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392075 is #C6DF8A. Grayscale: #303030. Windows color (decimal): -13033355 or 7675961. OLE color: 7675961.

HSL color Cylindrical-coordinate representation of color #392075: hue angle of 257.65º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392075 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 32 117 -
CMYK 0.51 0.73 0 0.54
HSL 257.65º 0.57% 0.29% -
HSV(B) 257.65º 0.73% 0.46% -
XYZ 5.41 3.19 17.16 -
YUV 49.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 57 32 117 0.51 0.73 0 0.54 257.65 0.57 0.29
Hex 39 20 75 33 49 0 36 102 39 1D
Octal 71 40 165 63 111 0 66 402 71 35
Binary 111001 100000 1110101 110011 1001001 0 110110 100000010 111001 11101

Color Harmonies of #392075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392075

Black with #392075

Text Example


Text Example

White with #392075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392075; }

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

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

background-color css

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

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

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

border-color css

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

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

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