Html Css Color HEX #363380 Jacksons Purple

📋 copy color: '#363380'

red 54 ◦ green 51 ◦ blue 128

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

Shades of Jacksons Purple #363380

Tints of Jacksons Purple #363380

RGB

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

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

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

R = 23.18%
G = 21.89%
B = 54.94%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#363380 (or 0x363380) is known color: Jacksons Purple. HEX triplet: 36, 33 and 80. RGB value is (54,51,128). Sum of RGB (Red+Green+Blue) = 54+51+128=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #363380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363380 is #C9CC7F. Grayscale: #3C3C3C. Windows color (decimal): -13225088 or 8401718. OLE color: 8401718.

HSL color Cylindrical-coordinate representation of color #363380: hue angle of 242.34º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #363380 is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 51 128 -
CMYK 0.58 0.60 0 0.50
HSL 242.34º 0.43% 0.35% -
HSV(B) 242.34º 0.6% 0.5% -
XYZ 6.6 4.71 20.98 -
YUV 60.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 54 51 128 0.58 0.60 0 0.50 242.34 0.43 0.35
Hex 36 33 80 3A 3C 0 32 F2 2B 23
Octal 66 63 200 72 74 0 62 362 53 43
Binary 110110 110011 10000000 111010 111100 0 110010 11110010 101011 100011

Color Harmonies of #363380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363380

Black with #363380

Text Example


Text Example

White with #363380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363380; }

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

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

background-color css

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

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

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

border-color css

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

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

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