Html Css Color HEX #363586 Jacksons Purple

📋 copy color: '#363586'

red 54 ◦ green 53 ◦ blue 134

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

Shades of Jacksons Purple #363586

Tints of Jacksons Purple #363586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.6%

R = 22.41%
G = 21.99%
B = 55.6%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363586 (or 0x363586) is known color: Jacksons Purple. HEX triplet: 36, 35 and 86. RGB value is (54,53,134). Sum of RGB (Red+Green+Blue) = 54+53+134=241 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.41% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #363586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363586 is #C9CA79. Grayscale: #3E3E3E. Windows color (decimal): -13224570 or 8795446. OLE color: 8795446.

HSL color Cylindrical-coordinate representation of color #363586: hue angle of 240.74º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363586 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 53 134 -
CMYK 0.60 0.60 0 0.47
HSL 240.74º 0.43% 0.37% -
HSV(B) 240.74º 0.6% 0.53% -
XYZ 7.1 5.05 23.16 -
YUV 62.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 54 53 134 0.60 0.60 0 0.47 240.74 0.43 0.37
Hex 36 35 86 3C 3C 0 2F F1 2B 25
Octal 66 65 206 74 74 0 57 361 53 45
Binary 110110 110101 10000110 111100 111100 0 101111 11110001 101011 100101

Color Harmonies of #363586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363586

Black with #363586

Text Example


Text Example

White with #363586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363586; }

 p { color: rgb(54,53,134); }

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

background-color css

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

 a { background-color: rgb(54,53,134); }

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

border-color css

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

 span { border-color: rgb(54,53,134); }

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