Html Css Color HEX #39398B Jacksons Purple

📋 copy color: '#39398B'

red 57 ◦ green 57 ◦ blue 139

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

Shades of Jacksons Purple #39398B

Tints of Jacksons Purple #39398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.53%

 BLUE value IS 139 (54.69% from 255) = 54.94%

R = 22.53%
G = 22.53%
B = 54.94%

CMYK

 C value IS 0.59

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39398B (or 0x39398B) is known color: Jacksons Purple. HEX triplet: 39, 39 and 8B. RGB value is (57,57,139). Sum of RGB (Red+Green+Blue) = 57+57+139=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #39398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39398B is #C6C674. Grayscale: #424242. Windows color (decimal): -13026933 or 9124153. OLE color: 9124153.

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

Color convert

RGB 57 57 139 -
CMYK 0.59 0.59 0 0.45
HSL 240º 0.42% 0.38% -
HSV(B) 240º 0.59% 0.55% -
XYZ 7.81 5.66 25.11 -
YUV 66.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 57 57 139 0.59 0.59 0 0.45 240 0.42 0.38
Hex 39 39 8B 3B 3B 0 2D F0 2A 26
Octal 71 71 213 73 73 0 55 360 52 46
Binary 111001 111001 10001011 111011 111011 0 101101 11110000 101010 100110

Color Harmonies of #39398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39398B

Black with #39398B

Text Example


Text Example

White with #39398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39398B; }

 p { color: rgb(57,57,139); }

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

background-color css

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

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

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

border-color css

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

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

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