Html Css Color HEX #393C7A Jacksons Purple

📋 copy color: '#393C7A'

red 57 ◦ green 60 ◦ blue 122

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

Shades of Jacksons Purple #393C7A

Tints of Jacksons Purple #393C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.05%

R = 23.85%
G = 25.1%
B = 51.05%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#393C7A (or 0x393C7A) is known color: Jacksons Purple. HEX triplet: 39, 3C and 7A. RGB value is (57,60,122). Sum of RGB (Red+Green+Blue) = 57+60+122=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #393C7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C7A is #C6C385. Grayscale: #414141. Windows color (decimal): -13026182 or 8010809. OLE color: 8010809.

HSL color Cylindrical-coordinate representation of color #393C7A: hue angle of 237.23º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #393C7A is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 60 122 -
CMYK 0.53 0.51 0 0.52
HSL 237.23º 0.36% 0.35% -
HSV(B) 237.23º 0.53% 0.48% -
XYZ 6.82 5.51 19.12 -
YUV 66.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 57 60 122 0.53 0.51 0 0.52 237.23 0.36 0.35
Hex 39 3C 7A 35 33 0 34 ED 24 23
Octal 71 74 172 65 63 0 64 355 44 43
Binary 111001 111100 1111010 110101 110011 0 110100 11101101 100100 100011

Color Harmonies of #393C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C7A

Black with #393C7A

Text Example


Text Example

White with #393C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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