Html Css Color HEX #363988 Jacksons Purple

📋 copy color: '#363988'

red 54 ◦ green 57 ◦ blue 136

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

Shades of Jacksons Purple #363988

Tints of Jacksons Purple #363988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 21.86%
G = 23.08%
B = 55.06%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363988 (or 0x363988) is known color: Jacksons Purple. HEX triplet: 36, 39 and 88. RGB value is (54,57,136). Sum of RGB (Red+Green+Blue) = 54+57+136=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #363988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363988 is #C9C677. Grayscale: #404040. Windows color (decimal): -13223544 or 8927542. OLE color: 8927542.

HSL color Cylindrical-coordinate representation of color #363988: hue angle of 237.8º 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 #363988 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 57 136 -
CMYK 0.60 0.58 0 0.47
HSL 237.8º 0.43% 0.37% -
HSV(B) 237.8º 0.6% 0.53% -
XYZ 7.43 5.49 23.96 -
YUV 65.11 168.01 120.08 -
System Red Green Blue C M Y K H S L
Decimal 54 57 136 0.60 0.58 0 0.47 237.8 0.43 0.37
Hex 36 39 88 3C 3A 0 2F EE 2B 25
Octal 66 71 210 74 72 0 57 356 53 45
Binary 110110 111001 10001000 111100 111010 0 101111 11101110 101011 100101

Color Harmonies of #363988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363988

Black with #363988

Text Example


Text Example

White with #363988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363988; }

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

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

background-color css

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

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

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

border-color css

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

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

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