Html Css Color HEX #363489 Jacksons Purple

📋 copy color: '#363489'

red 54 ◦ green 52 ◦ blue 137

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

Shades of Jacksons Purple #363489

Tints of Jacksons Purple #363489

RGB

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

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

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

R = 22.22%
G = 21.4%
B = 56.38%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#363489 (or 0x363489) is known color: Jacksons Purple. HEX triplet: 36, 34 and 89. RGB value is (54,52,137). Sum of RGB (Red+Green+Blue) = 54+52+137=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #363489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363489 is #C9CB76. Grayscale: #3D3D3D. Windows color (decimal): -13224823 or 8991798. OLE color: 8991798.

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

Color convert

RGB 54 52 137 -
CMYK 0.61 0.62 0 0.46
HSL 241.41º 0.45% 0.37% -
HSV(B) 241.41º 0.62% 0.54% -
XYZ 7.26 5.05 24.26 -
YUV 62.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 54 52 137 0.61 0.62 0 0.46 241.41 0.45 0.37
Hex 36 34 89 3D 3E 0 2E F1 2D 25
Octal 66 64 211 75 76 0 56 361 55 45
Binary 110110 110100 10001001 111101 111110 0 101110 11110001 101101 100101

Color Harmonies of #363489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363489

Black with #363489

Text Example


Text Example

White with #363489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363489; }

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

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

background-color css

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

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

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

border-color css

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

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

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