Html Css Color HEX #36398E Jacksons Purple

📋 copy color: '#36398E'

red 54 ◦ green 57 ◦ blue 142

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

Shades of Jacksons Purple #36398E

Tints of Jacksons Purple #36398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 21.34%
G = 22.53%
B = 56.13%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36398E (or 0x36398E) is known color: Jacksons Purple. HEX triplet: 36, 39 and 8E. RGB value is (54,57,142). Sum of RGB (Red+Green+Blue) = 54+57+142=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #36398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36398E is #C9C671. Grayscale: #414141. Windows color (decimal): -13223538 or 9320758. OLE color: 9320758.

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

Color convert

RGB 54 57 142 -
CMYK 0.62 0.60 0 0.44
HSL 237.95º 0.45% 0.38% -
HSV(B) 237.95º 0.62% 0.56% -
XYZ 7.87 5.66 26.27 -
YUV 65.79 171.01 119.59 -
System Red Green Blue C M Y K H S L
Decimal 54 57 142 0.62 0.60 0 0.44 237.95 0.45 0.38
Hex 36 39 8E 3E 3C 0 2C EE 2D 26
Octal 66 71 216 76 74 0 54 356 55 46
Binary 110110 111001 10001110 111110 111100 0 101100 11101110 101101 100110

Color Harmonies of #36398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36398E

Black with #36398E

Text Example


Text Example

White with #36398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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