Html Css Color HEX #363577 Jacksons Purple

📋 copy color: '#363577'

red 54 ◦ green 53 ◦ blue 119

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

Shades of Jacksons Purple #363577

Tints of Jacksons Purple #363577

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.45%

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

R = 23.89%
G = 23.45%
B = 52.65%

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

#363577 (or 0x363577) is known color: Jacksons Purple. HEX triplet: 36, 35 and 77. RGB value is (54,53,119). Sum of RGB (Red+Green+Blue) = 54+53+119=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #363577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363577 is #C9CA88. Grayscale: #3C3C3C. Windows color (decimal): -13224585 or 7812406. OLE color: 7812406.

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

Color convert

RGB 54 53 119 -
CMYK 0.55 0.55 0 0.53
HSL 240.91º 0.38% 0.34% -
HSV(B) 240.91º 0.55% 0.47% -
XYZ 6.12 4.66 18.03 -
YUV 60.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 54 53 119 0.55 0.55 0 0.53 240.91 0.38 0.34
Hex 36 35 77 37 37 0 35 F1 26 22
Octal 66 65 167 67 67 0 65 361 46 42
Binary 110110 110101 1110111 110111 110111 0 110101 11110001 100110 100010

Color Harmonies of #363577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363577

Black with #363577

Text Example


Text Example

White with #363577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363577; }

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

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

background-color css

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

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

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

border-color css

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

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

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