Html Css Color HEX #363185 Jacksons Purple

📋 copy color: '#363185'

red 54 ◦ green 49 ◦ blue 133

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

Shades of Jacksons Purple #363185

Tints of Jacksons Purple #363185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 22.88%
G = 20.76%
B = 56.36%

CMYK

 C value IS 0.59

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#363185 (or 0x363185) is known color: Jacksons Purple. HEX triplet: 36, 31 and 85. RGB value is (54,49,133). Sum of RGB (Red+Green+Blue) = 54+49+133=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #363185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #363185 is #C9CE7A. Grayscale: #3B3B3B. Windows color (decimal): -13225595 or 8728886. OLE color: 8728886.

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

Color convert

RGB 54 49 133 -
CMYK 0.59 0.63 0 0.48
HSL 243.57º 0.46% 0.36% -
HSV(B) 243.57º 0.63% 0.52% -
XYZ 6.85 4.67 22.73 -
YUV 60.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 54 49 133 0.59 0.63 0 0.48 243.57 0.46 0.36
Hex 36 31 85 3B 3F 0 30 F4 2E 24
Octal 66 61 205 73 77 0 60 364 56 44
Binary 110110 110001 10000101 111011 111111 0 110000 11110100 101110 100100

Color Harmonies of #363185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363185

Black with #363185

Text Example


Text Example

White with #363185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363185; }

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

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

background-color css

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

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

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

border-color css

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

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

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