Html Css Color HEX #363779 Jacksons Purple

📋 copy color: '#363779'

red 54 ◦ green 55 ◦ blue 121

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

Shades of Jacksons Purple #363779

Tints of Jacksons Purple #363779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

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

R = 23.48%
G = 23.91%
B = 52.61%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363779 (or 0x363779) is known color: Jacksons Purple. HEX triplet: 36, 37 and 79. RGB value is (54,55,121). Sum of RGB (Red+Green+Blue) = 54+55+121=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #363779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363779 is #C9C886. Grayscale: #3D3D3D. Windows color (decimal): -13224071 or 7943990. OLE color: 7943990.

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

Color convert

RGB 54 55 121 -
CMYK 0.55 0.55 0 0.53
HSL 239.1º 0.38% 0.34% -
HSV(B) 239.1º 0.55% 0.47% -
XYZ 6.34 4.9 18.7 -
YUV 62.23 161.17 122.13 -
System Red Green Blue C M Y K H S L
Decimal 54 55 121 0.55 0.55 0 0.53 239.1 0.38 0.34
Hex 36 37 79 37 37 0 35 EF 26 22
Octal 66 67 171 67 67 0 65 357 46 42
Binary 110110 110111 1111001 110111 110111 0 110101 11101111 100110 100010

Color Harmonies of #363779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363779

Black with #363779

Text Example


Text Example

White with #363779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363779; }

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

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

background-color css

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

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

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

border-color css

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

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

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