Html Css Color HEX #36357C Jacksons Purple

📋 copy color: '#36357C'

red 54 ◦ green 53 ◦ blue 124

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

Shades of Jacksons Purple #36357C

Tints of Jacksons Purple #36357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 23.38%
G = 22.94%
B = 53.68%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36357C (or 0x36357C) is known color: Jacksons Purple. HEX triplet: 36, 35 and 7C. RGB value is (54,53,124). Sum of RGB (Red+Green+Blue) = 54+53+124=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #36357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36357C is #C9CA83. Grayscale: #3D3D3D. Windows color (decimal): -13224580 or 8140086. OLE color: 8140086.

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

Color convert

RGB 54 53 124 -
CMYK 0.56 0.57 0 0.51
HSL 240.85º 0.4% 0.35% -
HSV(B) 240.85º 0.57% 0.49% -
XYZ 6.43 4.79 19.65 -
YUV 61.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 54 53 124 0.56 0.57 0 0.51 240.85 0.4 0.35
Hex 36 35 7C 38 39 0 33 F1 28 23
Octal 66 65 174 70 71 0 63 361 50 43
Binary 110110 110101 1111100 111000 111001 0 110011 11110001 101000 100011

Color Harmonies of #36357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36357C

Black with #36357C

Text Example


Text Example

White with #36357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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