Html Css Color HEX #363579 Jacksons Purple

📋 copy color: '#363579'

red 54 ◦ green 53 ◦ blue 121

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

Shades of Jacksons Purple #363579

Tints of Jacksons Purple #363579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 23.68%
G = 23.25%
B = 53.07%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363579 (or 0x363579) is known color: Jacksons Purple. HEX triplet: 36, 35 and 79. RGB value is (54,53,121). Sum of RGB (Red+Green+Blue) = 54+53+121=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #363579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363579 is #C9CA86. Grayscale: #3C3C3C. Windows color (decimal): -13224583 or 7943478. OLE color: 7943478.

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

Color convert

RGB 54 53 121 -
CMYK 0.55 0.56 0 0.53
HSL 240.88º 0.39% 0.34% -
HSV(B) 240.88º 0.56% 0.47% -
XYZ 6.25 4.71 18.67 -
YUV 61.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 54 53 121 0.55 0.56 0 0.53 240.88 0.39 0.34
Hex 36 35 79 37 38 0 35 F1 27 22
Octal 66 65 171 67 70 0 65 361 47 42
Binary 110110 110101 1111001 110111 111000 0 110101 11110001 100111 100010

Color Harmonies of #363579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363579

Black with #363579

Text Example


Text Example

White with #363579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363579; }

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

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

background-color css

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

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

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

border-color css

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

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

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