Html Css Color HEX #39358A Jacksons Purple

📋 copy color: '#39358A'

red 57 ◦ green 53 ◦ blue 138

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

Shades of Jacksons Purple #39358A

Tints of Jacksons Purple #39358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 22.98%
G = 21.37%
B = 55.65%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39358A (or 0x39358A) is known color: Jacksons Purple. HEX triplet: 39, 35 and 8A. RGB value is (57,53,138). Sum of RGB (Red+Green+Blue) = 57+53+138=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #39358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39358A is #C6CA75. Grayscale: #3F3F3F. Windows color (decimal): -13027958 or 9057593. OLE color: 9057593.

HSL color Cylindrical-coordinate representation of color #39358A: hue angle of 242.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39358A is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 53 138 -
CMYK 0.59 0.62 0 0.46
HSL 242.82º 0.45% 0.37% -
HSV(B) 242.82º 0.62% 0.54% -
XYZ 7.55 5.25 24.66 -
YUV 63.89 169.83 123.09 -
System Red Green Blue C M Y K H S L
Decimal 57 53 138 0.59 0.62 0 0.46 242.82 0.45 0.37
Hex 39 35 8A 3B 3E 0 2E F3 2D 25
Octal 71 65 212 73 76 0 56 363 55 45
Binary 111001 110101 10001010 111011 111110 0 101110 11110011 101101 100101

Color Harmonies of #39358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39358A

Black with #39358A

Text Example


Text Example

White with #39358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39358A; }

 p { color: rgb(57,53,138); }

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

background-color css

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

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

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

border-color css

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

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

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