Html Css Color HEX #392186 Persian Indigo

📋 copy color: '#392186'

red 57 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #392186

Tints of Persian Indigo #392186

RGB

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

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

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

R = 25.45%
G = 14.73%
B = 59.82%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392186 (or 0x392186) is known color: Persian Indigo. HEX triplet: 39, 21 and 86. RGB value is (57,33,134). Sum of RGB (Red+Green+Blue) = 57+33+134=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #392186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392186 is #C6DE79. Grayscale: #333333. Windows color (decimal): -13033082 or 8790329. OLE color: 8790329.

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

Color convert

RGB 57 33 134 -
CMYK 0.57 0.75 0 0.47
HSL 254.26º 0.6% 0.33% -
HSV(B) 254.26º 0.75% 0.53% -
XYZ 6.53 3.68 22.92 -
YUV 51.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 57 33 134 0.57 0.75 0 0.47 254.26 0.6 0.33
Hex 39 21 86 39 4B 0 2F FE 3C 21
Octal 71 41 206 71 113 0 57 376 74 41
Binary 111001 100001 10000110 111001 1001011 0 101111 11111110 111100 100001

Color Harmonies of #392186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392186

Black with #392186

Text Example


Text Example

White with #392186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392186; }

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

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

background-color css

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

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

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

border-color css

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

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

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