Html Css Color HEX #36338C Jacksons Purple

📋 copy color: '#36338C'

red 54 ◦ green 51 ◦ blue 140

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

Shades of Jacksons Purple #36338C

Tints of Jacksons Purple #36338C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 22.04%
G = 20.82%
B = 57.14%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36338C (or 0x36338C) is known color: Jacksons Purple. HEX triplet: 36, 33 and 8C. RGB value is (54,51,140). Sum of RGB (Red+Green+Blue) = 54+51+140=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #36338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36338C is #C9CC73. Grayscale: #3D3D3D. Windows color (decimal): -13225076 or 9188150. OLE color: 9188150.

HSL color Cylindrical-coordinate representation of color #36338C: hue angle of 242.02º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36338C is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 51 140 -
CMYK 0.61 0.64 0 0.45
HSL 242.02º 0.47% 0.37% -
HSV(B) 242.02º 0.64% 0.55% -
XYZ 7.44 5.05 25.39 -
YUV 62.04 171.99 122.26 -
System Red Green Blue C M Y K H S L
Decimal 54 51 140 0.61 0.64 0 0.45 242.02 0.47 0.37
Hex 36 33 8C 3D 40 0 2D F2 2F 25
Octal 66 63 214 75 100 0 55 362 57 45
Binary 110110 110011 10001100 111101 1000000 0 101101 11110010 101111 100101

Color Harmonies of #36338C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36338C

Black with #36338C

Text Example


Text Example

White with #36338C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36338C; }

 p { color: rgb(54,51,140); }

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

background-color css

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

 a { background-color: rgb(54,51,140); }

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

border-color css

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

 span { border-color: rgb(54,51,140); }

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