Html Css Color HEX #363477 Jacksons Purple

📋 copy color: '#363477'

red 54 ◦ green 52 ◦ blue 119

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

Shades of Jacksons Purple #363477

Tints of Jacksons Purple #363477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

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

R = 24%
G = 23.11%
B = 52.89%

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

#363477 (or 0x363477) is known color: Jacksons Purple. HEX triplet: 36, 34 and 77. RGB value is (54,52,119). Sum of RGB (Red+Green+Blue) = 54+52+119=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #363477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363477 is #C9CB88. Grayscale: #3B3B3B. Windows color (decimal): -13224841 or 7812150. OLE color: 7812150.

HSL color Cylindrical-coordinate representation of color #363477: hue angle of 241.79º 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 #363477 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 52 119 -
CMYK 0.55 0.56 0 0.53
HSL 241.79º 0.39% 0.34% -
HSV(B) 241.79º 0.56% 0.47% -
XYZ 6.08 4.57 18.01 -
YUV 60.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 54 52 119 0.55 0.56 0 0.53 241.79 0.39 0.34
Hex 36 34 77 37 38 0 35 F2 27 22
Octal 66 64 167 67 70 0 65 362 47 42
Binary 110110 110100 1110111 110111 111000 0 110101 11110010 100111 100010

Color Harmonies of #363477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363477

Black with #363477

Text Example


Text Example

White with #363477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363477; }

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

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

background-color css

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

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

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

border-color css

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

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

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