Html Css Color HEX #36337C Jacksons Purple

📋 copy color: '#36337C'

red 54 ◦ green 51 ◦ blue 124

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

Shades of Jacksons Purple #36337C

Tints of Jacksons Purple #36337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 23.58%
G = 22.27%
B = 54.15%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36337C (or 0x36337C) is known color: Jacksons Purple. HEX triplet: 36, 33 and 7C. RGB value is (54,51,124). Sum of RGB (Red+Green+Blue) = 54+51+124=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #36337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36337C is #C9CC83. Grayscale: #3B3B3B. Windows color (decimal): -13225092 or 8139574. OLE color: 8139574.

HSL color Cylindrical-coordinate representation of color #36337C: hue angle of 242.47º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36337C is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 51 124 -
CMYK 0.56 0.59 0 0.51
HSL 242.47º 0.42% 0.34% -
HSV(B) 242.47º 0.59% 0.49% -
XYZ 6.34 4.61 19.62 -
YUV 60.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 54 51 124 0.56 0.59 0 0.51 242.47 0.42 0.34
Hex 36 33 7C 38 3B 0 33 F2 2A 22
Octal 66 63 174 70 73 0 63 362 52 42
Binary 110110 110011 1111100 111000 111011 0 110011 11110010 101010 100010

Color Harmonies of #36337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36337C

Black with #36337C

Text Example


Text Example

White with #36337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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