Html Css Color HEX #363286 Jacksons Purple

📋 copy color: '#363286'

red 54 ◦ green 50 ◦ blue 134

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

Shades of Jacksons Purple #363286

Tints of Jacksons Purple #363286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.01%

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

R = 22.69%
G = 21.01%
B = 56.3%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363286 (or 0x363286) is known color: Jacksons Purple. HEX triplet: 36, 32 and 86. RGB value is (54,50,134). Sum of RGB (Red+Green+Blue) = 54+50+134=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #363286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363286 is #C9CD79. Grayscale: #3C3C3C. Windows color (decimal): -13225338 or 8794678. OLE color: 8794678.

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

Color convert

RGB 54 50 134 -
CMYK 0.60 0.63 0 0.47
HSL 242.86º 0.46% 0.36% -
HSV(B) 242.86º 0.63% 0.53% -
XYZ 6.96 4.79 23.11 -
YUV 60.77 169.33 123.17 -
System Red Green Blue C M Y K H S L
Decimal 54 50 134 0.60 0.63 0 0.47 242.86 0.46 0.36
Hex 36 32 86 3C 3F 0 2F F3 2E 24
Octal 66 62 206 74 77 0 57 363 56 44
Binary 110110 110010 10000110 111100 111111 0 101111 11110011 101110 100100

Color Harmonies of #363286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363286

Black with #363286

Text Example


Text Example

White with #363286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363286; }

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

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

background-color css

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

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

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

border-color css

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

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

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