Html Css Color HEX #363288 Jacksons Purple

📋 copy color: '#363288'

red 54 ◦ green 50 ◦ blue 136

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

Shades of Jacksons Purple #363288

Tints of Jacksons Purple #363288

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

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

R = 22.5%
G = 20.83%
B = 56.67%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#363288 (or 0x363288) is known color: Jacksons Purple. HEX triplet: 36, 32 and 88. RGB value is (54,50,136). Sum of RGB (Red+Green+Blue) = 54+50+136=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #363288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363288 is #C9CD77. Grayscale: #3C3C3C. Windows color (decimal): -13225336 or 8925750. OLE color: 8925750.

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

Color convert

RGB 54 50 136 -
CMYK 0.60 0.63 0 0.47
HSL 242.79º 0.46% 0.36% -
HSV(B) 242.79º 0.63% 0.53% -
XYZ 7.11 4.84 23.85 -
YUV 61 170.33 123.01 -
System Red Green Blue C M Y K H S L
Decimal 54 50 136 0.60 0.63 0 0.47 242.79 0.46 0.36
Hex 36 32 88 3C 3F 0 2F F3 2E 24
Octal 66 62 210 74 77 0 57 363 56 44
Binary 110110 110010 10001000 111100 111111 0 101111 11110011 101110 100100

Color Harmonies of #363288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363288

Black with #363288

Text Example


Text Example

White with #363288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363288; }

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

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

background-color css

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

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

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

border-color css

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

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

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