Html Css Color HEX #363189 Jacksons Purple

📋 copy color: '#363189'

red 54 ◦ green 49 ◦ blue 137

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

Shades of Jacksons Purple #363189

Tints of Jacksons Purple #363189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 137 (53.91% from 255) = 57.08%

R = 22.5%
G = 20.42%
B = 57.08%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#363189 (or 0x363189) is known color: Jacksons Purple. HEX triplet: 36, 31 and 89. RGB value is (54,49,137). Sum of RGB (Red+Green+Blue) = 54+49+137=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #363189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363189 is #C9CE76. Grayscale: #3C3C3C. Windows color (decimal): -13225591 or 8991030. OLE color: 8991030.

HSL color Cylindrical-coordinate representation of color #363189: hue angle of 243.41º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363189 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 49 137 -
CMYK 0.61 0.64 0 0.46
HSL 243.41º 0.47% 0.36% -
HSV(B) 243.41º 0.64% 0.54% -
XYZ 7.13 4.79 24.21 -
YUV 60.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 54 49 137 0.61 0.64 0 0.46 243.41 0.47 0.36
Hex 36 31 89 3D 40 0 2E F3 2F 24
Octal 66 61 211 75 100 0 56 363 57 44
Binary 110110 110001 10001001 111101 1000000 0 101110 11110011 101111 100100

Color Harmonies of #363189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363189

Black with #363189

Text Example


Text Example

White with #363189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363189; }

 p { color: rgb(54,49,137); }

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

background-color css

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

 a { background-color: rgb(54,49,137); }

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

border-color css

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

 span { border-color: rgb(54,49,137); }

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