Html Css Color HEX #392095 Persian Indigo

📋 copy color: '#392095'

red 57 ◦ green 32 ◦ blue 149

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

Shades of Persian Indigo #392095

Tints of Persian Indigo #392095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 23.95%
G = 13.45%
B = 62.61%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#392095 (or 0x392095) is known color: Persian Indigo. HEX triplet: 39, 20 and 95. RGB value is (57,32,149). Sum of RGB (Red+Green+Blue) = 57+32+149=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #392095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392095 is #C6DF6A. Grayscale: #343434. Windows color (decimal): -13033323 or 9773113. OLE color: 9773113.

HSL color Cylindrical-coordinate representation of color #392095: hue angle of 252.82º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392095 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 32 149 -
CMYK 0.62 0.79 0 0.42
HSL 252.82º 0.65% 0.35% -
HSV(B) 252.82º 0.79% 0.58% -
XYZ 7.63 4.07 28.82 -
YUV 52.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 57 32 149 0.62 0.79 0 0.42 252.82 0.65 0.35
Hex 39 20 95 3E 4F 0 2A FD 41 23
Octal 71 40 225 76 117 0 52 375 101 43
Binary 111001 100000 10010101 111110 1001111 0 101010 11111101 1000001 100011

Color Harmonies of #392095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392095

Black with #392095

Text Example


Text Example

White with #392095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392095; }

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

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

background-color css

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

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

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

border-color css

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

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

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