Html Css Color HEX #363279 Jacksons Purple

📋 copy color: '#363279'

red 54 ◦ green 50 ◦ blue 121

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

Shades of Jacksons Purple #363279

Tints of Jacksons Purple #363279

RGB

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

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

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

R = 24%
G = 22.22%
B = 53.78%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363279 (or 0x363279) is known color: Jacksons Purple. HEX triplet: 36, 32 and 79. RGB value is (54,50,121). Sum of RGB (Red+Green+Blue) = 54+50+121=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #363279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363279 is #C9CD86. Grayscale: #3B3B3B. Windows color (decimal): -13225351 or 7942710. OLE color: 7942710.

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

Color convert

RGB 54 50 121 -
CMYK 0.55 0.59 0 0.53
HSL 243.38º 0.42% 0.34% -
HSV(B) 243.38º 0.59% 0.47% -
XYZ 6.11 4.45 18.63 -
YUV 59.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 54 50 121 0.55 0.59 0 0.53 243.38 0.42 0.34
Hex 36 32 79 37 3B 0 35 F3 2A 22
Octal 66 62 171 67 73 0 65 363 52 42
Binary 110110 110010 1111001 110111 111011 0 110101 11110011 101010 100010

Color Harmonies of #363279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363279

Black with #363279

Text Example


Text Example

White with #363279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363279; }

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

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

background-color css

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

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

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

border-color css

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

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

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