Html Css Color HEX #363780 Jacksons Purple

📋 copy color: '#363780'

red 54 ◦ green 55 ◦ blue 128

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

Shades of Jacksons Purple #363780

Tints of Jacksons Purple #363780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 54.01%

R = 22.78%
G = 23.21%
B = 54.01%

CMYK

 C value IS 0.58

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#363780 (or 0x363780) is known color: Jacksons Purple. HEX triplet: 36, 37 and 80. RGB value is (54,55,128). Sum of RGB (Red+Green+Blue) = 54+55+128=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 128 (50.39% from 255 or 54.01% from 237); Max value from RGB is 128 - color contains mainly: blue. Hex color #363780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363780 is #C9C87F. Grayscale: #3E3E3E. Windows color (decimal): -13224064 or 8402742. OLE color: 8402742.

HSL color Cylindrical-coordinate representation of color #363780: hue angle of 239.19º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #363780 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 55 128 -
CMYK 0.58 0.57 0 0.50
HSL 239.19º 0.41% 0.36% -
HSV(B) 239.19º 0.58% 0.5% -
XYZ 6.78 5.08 21.04 -
YUV 63.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 54 55 128 0.58 0.57 0 0.50 239.19 0.41 0.36
Hex 36 37 80 3A 39 0 32 EF 29 24
Octal 66 67 200 72 71 0 62 357 51 44
Binary 110110 110111 10000000 111010 111001 0 110010 11101111 101001 100100

Color Harmonies of #363780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363780

Black with #363780

Text Example


Text Example

White with #363780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363780; }

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

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

background-color css

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

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

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

border-color css

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

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

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