Html Css Color HEX #363789 Jacksons Purple

📋 copy color: '#363789'

red 54 ◦ green 55 ◦ blue 137

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

Shades of Jacksons Purple #363789

Tints of Jacksons Purple #363789

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

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

R = 21.95%
G = 22.36%
B = 55.69%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#363789 (or 0x363789) is known color: Jacksons Purple. HEX triplet: 36, 37 and 89. RGB value is (54,55,137). Sum of RGB (Red+Green+Blue) = 54+55+137=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 137 (53.91% from 255 or 55.69% from 246); Max value from RGB is 137 - color contains mainly: blue. Hex color #363789 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363789 is #C9C876. Grayscale: #3F3F3F. Windows color (decimal): -13224055 or 8992566. OLE color: 8992566.

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

Color convert

RGB 54 55 137 -
CMYK 0.61 0.60 0 0.46
HSL 239.28º 0.43% 0.37% -
HSV(B) 239.28º 0.61% 0.54% -
XYZ 7.4 5.32 24.3 -
YUV 64.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 54 55 137 0.61 0.60 0 0.46 239.28 0.43 0.37
Hex 36 37 89 3D 3C 0 2E EF 2B 25
Octal 66 67 211 75 74 0 56 357 53 45
Binary 110110 110111 10001001 111101 111100 0 101110 11101111 101011 100101

Color Harmonies of #363789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363789

Black with #363789

Text Example


Text Example

White with #363789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363789; }

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

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

background-color css

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

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

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

border-color css

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

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

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