Html Css Color HEX #363379 Jacksons Purple

📋 copy color: '#363379'

red 54 ◦ green 51 ◦ blue 121

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

Shades of Jacksons Purple #363379

Tints of Jacksons Purple #363379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.54%

R = 23.89%
G = 22.57%
B = 53.54%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363379 (or 0x363379) is known color: Jacksons Purple. HEX triplet: 36, 33 and 79. RGB value is (54,51,121). Sum of RGB (Red+Green+Blue) = 54+51+121=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #363379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363379 is #C9CC86. Grayscale: #3B3B3B. Windows color (decimal): -13225095 or 7942966. OLE color: 7942966.

HSL color Cylindrical-coordinate representation of color #363379: hue angle of 242.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363379 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 51 121 -
CMYK 0.55 0.58 0 0.53
HSL 242.57º 0.41% 0.34% -
HSV(B) 242.57º 0.58% 0.47% -
XYZ 6.16 4.53 18.64 -
YUV 59.88 162.49 123.81 -
System Red Green Blue C M Y K H S L
Decimal 54 51 121 0.55 0.58 0 0.53 242.57 0.41 0.34
Hex 36 33 79 37 3A 0 35 F3 29 22
Octal 66 63 171 67 72 0 65 363 51 42
Binary 110110 110011 1111001 110111 111010 0 110101 11110011 101001 100010

Color Harmonies of #363379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363379

Black with #363379

Text Example


Text Example

White with #363379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363379; }

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

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

background-color css

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

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

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

border-color css

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

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

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