Html Css Color HEX #363377 Jacksons Purple

📋 copy color: '#363377'

red 54 ◦ green 51 ◦ blue 119

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

Shades of Jacksons Purple #363377

Tints of Jacksons Purple #363377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.13%

R = 24.11%
G = 22.77%
B = 53.13%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#363377 (or 0x363377) is known color: Jacksons Purple. HEX triplet: 36, 33 and 77. RGB value is (54,51,119). Sum of RGB (Red+Green+Blue) = 54+51+119=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #363377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363377 is #C9CC88. Grayscale: #3B3B3B. Windows color (decimal): -13225097 or 7811894. OLE color: 7811894.

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

Color convert

RGB 54 51 119 -
CMYK 0.55 0.57 0 0.53
HSL 242.65º 0.4% 0.33% -
HSV(B) 242.65º 0.57% 0.47% -
XYZ 6.03 4.48 18 -
YUV 59.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 54 51 119 0.55 0.57 0 0.53 242.65 0.4 0.33
Hex 36 33 77 37 39 0 35 F3 28 21
Octal 66 63 167 67 71 0 65 363 50 41
Binary 110110 110011 1110111 110111 111001 0 110101 11110011 101000 100001

Color Harmonies of #363377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363377

Black with #363377

Text Example


Text Example

White with #363377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363377; }

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

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

background-color css

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

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

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

border-color css

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

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

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