Html Css Color HEX #363186 Jacksons Purple

📋 copy color: '#363186'

red 54 ◦ green 49 ◦ blue 134

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

Shades of Jacksons Purple #363186

Tints of Jacksons Purple #363186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.68%

 BLUE value IS 134 (52.73% from 255) = 56.54%

R = 22.78%
G = 20.68%
B = 56.54%

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

#363186 (or 0x363186) is known color: Jacksons Purple. HEX triplet: 36, 31 and 86. RGB value is (54,49,134). Sum of RGB (Red+Green+Blue) = 54+49+134=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #363186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363186 is #C9CE79. Grayscale: #3B3B3B. Windows color (decimal): -13225594 or 8794422. OLE color: 8794422.

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

Color convert

RGB 54 49 134 -
CMYK 0.60 0.63 0 0.47
HSL 243.53º 0.46% 0.36% -
HSV(B) 243.53º 0.63% 0.53% -
XYZ 6.92 4.7 23.1 -
YUV 60.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 54 49 134 0.60 0.63 0 0.47 243.53 0.46 0.36
Hex 36 31 86 3C 3F 0 2F F4 2E 24
Octal 66 61 206 74 77 0 57 364 56 44
Binary 110110 110001 10000110 111100 111111 0 101111 11110100 101110 100100

Color Harmonies of #363186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363186

Black with #363186

Text Example


Text Example

White with #363186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363186; }

 p { color: rgb(54,49,134); }

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

background-color css

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

 a { background-color: rgb(54,49,134); }

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

border-color css

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

 span { border-color: rgb(54,49,134); }

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