Html Css Color HEX #363284 Jacksons Purple

📋 copy color: '#363284'

red 54 ◦ green 50 ◦ blue 132

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

Shades of Jacksons Purple #363284

Tints of Jacksons Purple #363284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 55.93%

R = 22.88%
G = 21.19%
B = 55.93%

CMYK

 C value IS 0.59

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363284 (or 0x363284) is known color: Jacksons Purple. HEX triplet: 36, 32 and 84. RGB value is (54,50,132). Sum of RGB (Red+Green+Blue) = 54+50+132=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #363284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363284 is #C9CD7B. Grayscale: #3C3C3C. Windows color (decimal): -13225340 or 8663606. OLE color: 8663606.

HSL color Cylindrical-coordinate representation of color #363284: hue angle of 242.93º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #363284 is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 50 132 -
CMYK 0.59 0.62 0 0.48
HSL 242.93º 0.45% 0.36% -
HSV(B) 242.93º 0.62% 0.52% -
XYZ 6.83 4.73 22.38 -
YUV 60.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 54 50 132 0.59 0.62 0 0.48 242.93 0.45 0.36
Hex 36 32 84 3B 3E 0 30 F3 2D 24
Octal 66 62 204 73 76 0 60 363 55 44
Binary 110110 110010 10000100 111011 111110 0 110000 11110011 101101 100100

Color Harmonies of #363284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363284

Black with #363284

Text Example


Text Example

White with #363284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363284; }

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

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

background-color css

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

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

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

border-color css

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

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

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