Html Css Color HEX #363788 Jacksons Purple

📋 copy color: '#363788'

red 54 ◦ green 55 ◦ blue 136

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

Shades of Jacksons Purple #363788

Tints of Jacksons Purple #363788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 22.04%
G = 22.45%
B = 55.51%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363788 (or 0x363788) is known color: Jacksons Purple. HEX triplet: 36, 37 and 88. RGB value is (54,55,136). Sum of RGB (Red+Green+Blue) = 54+55+136=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #363788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363788 is #C9C877. Grayscale: #3F3F3F. Windows color (decimal): -13224056 or 8927030. OLE color: 8927030.

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

Color convert

RGB 54 55 136 -
CMYK 0.60 0.60 0 0.47
HSL 239.27º 0.43% 0.37% -
HSV(B) 239.27º 0.6% 0.53% -
XYZ 7.33 5.29 23.93 -
YUV 63.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 54 55 136 0.60 0.60 0 0.47 239.27 0.43 0.37
Hex 36 37 88 3C 3C 0 2F EF 2B 25
Octal 66 67 210 74 74 0 57 357 53 45
Binary 110110 110111 10001000 111100 111100 0 101111 11101111 101011 100101

Color Harmonies of #363788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363788

Black with #363788

Text Example


Text Example

White with #363788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363788; }

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

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

background-color css

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

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

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

border-color css

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

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

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