Html Css Color HEX #392387 Persian Indigo

📋 copy color: '#392387'

red 57 ◦ green 35 ◦ blue 135

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

Shades of Persian Indigo #392387

Tints of Persian Indigo #392387

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

 BLUE value IS 135 (53.13% from 255) = 59.47%

R = 25.11%
G = 15.42%
B = 59.47%

CMYK

 C value IS 0.58

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#392387 (or 0x392387) is known color: Persian Indigo. HEX triplet: 39, 23 and 87. RGB value is (57,35,135). Sum of RGB (Red+Green+Blue) = 57+35+135=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #392387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392387 is #C6DC78. Grayscale: #343434. Windows color (decimal): -13032569 or 8856377. OLE color: 8856377.

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

Color convert

RGB 57 35 135 -
CMYK 0.58 0.74 0 0.47
HSL 253.2º 0.59% 0.33% -
HSV(B) 253.2º 0.74% 0.53% -
XYZ 6.66 3.82 23.31 -
YUV 52.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 57 35 135 0.58 0.74 0 0.47 253.2 0.59 0.33
Hex 39 23 87 3A 4A 0 2F FD 3B 21
Octal 71 43 207 72 112 0 57 375 73 41
Binary 111001 100011 10000111 111010 1001010 0 101111 11111101 111011 100001

Color Harmonies of #392387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392387

Black with #392387

Text Example


Text Example

White with #392387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392387; }

 p { color: rgb(57,35,135); }

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

background-color css

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

 a { background-color: rgb(57,35,135); }

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

border-color css

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

 span { border-color: rgb(57,35,135); }

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