Html Css Color HEX #393C92 Jacksons Purple

📋 copy color: '#393C92'

red 57 ◦ green 60 ◦ blue 146

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

Shades of Jacksons Purple #393C92

Tints of Jacksons Purple #393C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.81%

 BLUE value IS 146 (57.42% from 255) = 55.51%

R = 21.67%
G = 22.81%
B = 55.51%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393C92 (or 0x393C92) is known color: Jacksons Purple. HEX triplet: 39, 3C and 92. RGB value is (57,60,146). Sum of RGB (Red+Green+Blue) = 57+60+146=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #393C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C92 is #C6C36D. Grayscale: #444444. Windows color (decimal): -13026158 or 9583673. OLE color: 9583673.

HSL color Cylindrical-coordinate representation of color #393C92: hue angle of 237.98º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393C92 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 60 146 -
CMYK 0.61 0.59 0 0.43
HSL 237.98º 0.44% 0.4% -
HSV(B) 237.98º 0.61% 0.57% -
XYZ 8.49 6.18 27.94 -
YUV 68.91 171.51 119.51 -
System Red Green Blue C M Y K H S L
Decimal 57 60 146 0.61 0.59 0 0.43 237.98 0.44 0.4
Hex 39 3C 92 3D 3B 0 2B EE 2C 28
Octal 71 74 222 75 73 0 53 356 54 50
Binary 111001 111100 10010010 111101 111011 0 101011 11101110 101100 101000

Color Harmonies of #393C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C92

Black with #393C92

Text Example


Text Example

White with #393C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393C92; }

 p { color: rgb(57,60,146); }

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

background-color css

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

 a { background-color: rgb(57,60,146); }

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

border-color css

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

 span { border-color: rgb(57,60,146); }

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