Html Css Color HEX #36398D Jacksons Purple

📋 copy color: '#36398D'

red 54 ◦ green 57 ◦ blue 141

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

Shades of Jacksons Purple #36398D

Tints of Jacksons Purple #36398D

RGB

 RED value IS 54 (21.48% from 255) = 21.43%

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

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 21.43%
G = 22.62%
B = 55.95%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36398D (or 0x36398D) is known color: Jacksons Purple. HEX triplet: 36, 39 and 8D. RGB value is (54,57,141). Sum of RGB (Red+Green+Blue) = 54+57+141=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #36398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36398D is #C9C672. Grayscale: #414141. Windows color (decimal): -13223539 or 9255222. OLE color: 9255222.

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

Color convert

RGB 54 57 141 -
CMYK 0.62 0.60 0 0.45
HSL 237.93º 0.45% 0.38% -
HSV(B) 237.93º 0.62% 0.55% -
XYZ 7.79 5.63 25.88 -
YUV 65.68 170.51 119.67 -
System Red Green Blue C M Y K H S L
Decimal 54 57 141 0.62 0.60 0 0.45 237.93 0.45 0.38
Hex 36 39 8D 3E 3C 0 2D EE 2D 26
Octal 66 71 215 76 74 0 55 356 55 46
Binary 110110 111001 10001101 111110 111100 0 101101 11101110 101101 100110

Color Harmonies of #36398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36398D

Black with #36398D

Text Example


Text Example

White with #36398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36398D; }

 p { color: rgb(54,57,141); }

 H1.HeaderClassName
 {
   color: #36398D;
 }
 .AnyTagClassName
 {
   color: #36398D;
 }
</style>

background-color css

<style>
 a { background-color: #36398D; }

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

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

border-color css

<style>
 span { border-color: #36398D; }

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

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