Html Css Color HEX #392086 Persian Indigo

📋 copy color: '#392086'

red 57 ◦ green 32 ◦ blue 134

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

Shades of Persian Indigo #392086

Tints of Persian Indigo #392086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 25.56%
G = 14.35%
B = 60.09%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392086 (or 0x392086) is known color: Persian Indigo. HEX triplet: 39, 20 and 86. RGB value is (57,32,134). Sum of RGB (Red+Green+Blue) = 57+32+134=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #392086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392086 is #C6DF79. Grayscale: #323232. Windows color (decimal): -13033338 or 8790073. OLE color: 8790073.

HSL color Cylindrical-coordinate representation of color #392086: hue angle of 254.71º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #392086 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 32 134 -
CMYK 0.57 0.76 0 0.47
HSL 254.71º 0.61% 0.33% -
HSV(B) 254.71º 0.76% 0.53% -
XYZ 6.51 3.62 22.91 -
YUV 51.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 57 32 134 0.57 0.76 0 0.47 254.71 0.61 0.33
Hex 39 20 86 39 4C 0 2F FF 3D 21
Octal 71 40 206 71 114 0 57 377 75 41
Binary 111001 100000 10000110 111001 1001100 0 101111 11111111 111101 100001

Color Harmonies of #392086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392086

Black with #392086

Text Example


Text Example

White with #392086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392086; }

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

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

background-color css

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

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

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

border-color css

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

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

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