Html Css Color HEX #36348C Jacksons Purple

📋 copy color: '#36348C'

red 54 ◦ green 52 ◦ blue 140

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

Shades of Jacksons Purple #36348C

Tints of Jacksons Purple #36348C

RGB

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

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

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

R = 21.95%
G = 21.14%
B = 56.91%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36348C (or 0x36348C) is known color: Jacksons Purple. HEX triplet: 36, 34 and 8C. RGB value is (54,52,140). Sum of RGB (Red+Green+Blue) = 54+52+140=246 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.95% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #36348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36348C is #C9CB73. Grayscale: #3E3E3E. Windows color (decimal): -13224820 or 9188406. OLE color: 9188406.

HSL color Cylindrical-coordinate representation of color #36348C: hue angle of 241.36º 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 #36348C is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 52 140 -
CMYK 0.61 0.63 0 0.45
HSL 241.36º 0.46% 0.38% -
HSV(B) 241.36º 0.63% 0.55% -
XYZ 7.48 5.13 25.41 -
YUV 62.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 54 52 140 0.61 0.63 0 0.45 241.36 0.46 0.38
Hex 36 34 8C 3D 3F 0 2D F1 2E 26
Octal 66 64 214 75 77 0 55 361 56 46
Binary 110110 110100 10001100 111101 111111 0 101101 11110001 101110 100110

Color Harmonies of #36348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36348C

Black with #36348C

Text Example


Text Example

White with #36348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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