Html Css Color HEX #393B8C Jacksons Purple

📋 copy color: '#393B8C'

red 57 ◦ green 59 ◦ blue 140

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

Shades of Jacksons Purple #393B8C

Tints of Jacksons Purple #393B8C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 140 (55.08% from 255) = 54.69%

R = 22.27%
G = 23.05%
B = 54.69%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#393B8C (or 0x393B8C) is known color: Jacksons Purple. HEX triplet: 39, 3B and 8C. RGB value is (57,59,140). Sum of RGB (Red+Green+Blue) = 57+59+140=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #393B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393B8C is #C6C473. Grayscale: #434343. Windows color (decimal): -13026420 or 9190201. OLE color: 9190201.

HSL color Cylindrical-coordinate representation of color #393B8C: hue angle of 238.55º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393B8C is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 59 140 -
CMYK 0.59 0.58 0 0.45
HSL 238.55º 0.42% 0.39% -
HSV(B) 238.55º 0.59% 0.55% -
XYZ 7.98 5.89 25.53 -
YUV 67.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 57 59 140 0.59 0.58 0 0.45 238.55 0.42 0.39
Hex 39 3B 8C 3B 3A 0 2D EF 2A 27
Octal 71 73 214 73 72 0 55 357 52 47
Binary 111001 111011 10001100 111011 111010 0 101101 11101111 101010 100111

Color Harmonies of #393B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B8C

Black with #393B8C

Text Example


Text Example

White with #393B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,59,140); }

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

background-color css

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

 a { background-color: rgb(57,59,140); }

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

border-color css

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

 span { border-color: rgb(57,59,140); }

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