Html Css Color HEX #36348D Jacksons Purple

📋 copy color: '#36348D'

red 54 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #36348D

Tints of Jacksons Purple #36348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 21.86%
G = 21.05%
B = 57.09%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36348D (or 0x36348D) is known color: Jacksons Purple. HEX triplet: 36, 34 and 8D. RGB value is (54,52,141). Sum of RGB (Red+Green+Blue) = 54+52+141=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #36348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348D is #C9CB72. Grayscale: #3E3E3E. Windows color (decimal): -13224819 or 9253942. OLE color: 9253942.

HSL color Cylindrical-coordinate representation of color #36348D: hue angle of 241.35º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #36348D is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 52 141 -
CMYK 0.62 0.63 0 0.45
HSL 241.35º 0.46% 0.38% -
HSV(B) 241.35º 0.63% 0.55% -
XYZ 7.56 5.16 25.8 -
YUV 62.74 172.16 121.76 -
System Red Green Blue C M Y K H S L
Decimal 54 52 141 0.62 0.63 0 0.45 241.35 0.46 0.38
Hex 36 34 8D 3E 3F 0 2D F1 2E 26
Octal 66 64 215 76 77 0 55 361 56 46
Binary 110110 110100 10001101 111110 111111 0 101101 11110001 101110 100110

Color Harmonies of #36348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36348D

Black with #36348D

Text Example


Text Example

White with #36348D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36348D; }

 p { color: rgb(54,52,141); }

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

background-color css

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

 a { background-color: rgb(54,52,141); }

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

border-color css

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

 span { border-color: rgb(54,52,141); }

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