Html Css Color HEX #363384 Jacksons Purple

📋 copy color: '#363384'

red 54 ◦ green 51 ◦ blue 132

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

Shades of Jacksons Purple #363384

Tints of Jacksons Purple #363384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

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

R = 22.78%
G = 21.52%
B = 55.7%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363384 (or 0x363384) is known color: Jacksons Purple. HEX triplet: 36, 33 and 84. RGB value is (54,51,132). Sum of RGB (Red+Green+Blue) = 54+51+132=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #363384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363384 is #C9CC7B. Grayscale: #3C3C3C. Windows color (decimal): -13225084 or 8663862. OLE color: 8663862.

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

Color convert

RGB 54 51 132 -
CMYK 0.59 0.61 0 0.48
HSL 242.22º 0.44% 0.36% -
HSV(B) 242.22º 0.61% 0.52% -
XYZ 6.87 4.82 22.4 -
YUV 61.13 167.99 122.91 -
System Red Green Blue C M Y K H S L
Decimal 54 51 132 0.59 0.61 0 0.48 242.22 0.44 0.36
Hex 36 33 84 3B 3D 0 30 F2 2C 24
Octal 66 63 204 73 75 0 60 362 54 44
Binary 110110 110011 10000100 111011 111101 0 110000 11110010 101100 100100

Color Harmonies of #363384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363384

Black with #363384

Text Example


Text Example

White with #363384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363384; }

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

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

background-color css

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

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

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

border-color css

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

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

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