Html Css Color HEX #392383 Persian Indigo

📋 copy color: '#392383'

red 57 ◦ green 35 ◦ blue 131

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

Shades of Persian Indigo #392383

Tints of Persian Indigo #392383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 25.56%
G = 15.7%
B = 58.74%

CMYK

 C value IS 0.56

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#392383 (or 0x392383) is known color: Persian Indigo. HEX triplet: 39, 23 and 83. RGB value is (57,35,131). Sum of RGB (Red+Green+Blue) = 57+35+131=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #392383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392383 is #C6DC7C. Grayscale: #343434. Windows color (decimal): -13032573 or 8594233. OLE color: 8594233.

HSL color Cylindrical-coordinate representation of color #392383: hue angle of 253.75º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392383 is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 35 131 -
CMYK 0.56 0.73 0 0.49
HSL 253.75º 0.58% 0.33% -
HSV(B) 253.75º 0.73% 0.51% -
XYZ 6.39 3.71 21.85 -
YUV 52.52 172.29 131.19 -
System Red Green Blue C M Y K H S L
Decimal 57 35 131 0.56 0.73 0 0.49 253.75 0.58 0.33
Hex 39 23 83 38 49 0 31 FE 3A 21
Octal 71 43 203 70 111 0 61 376 72 41
Binary 111001 100011 10000011 111000 1001001 0 110001 11111110 111010 100001

Color Harmonies of #392383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392383

Black with #392383

Text Example


Text Example

White with #392383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392383; }

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

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

background-color css

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

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

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

border-color css

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

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

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