Html Css Color HEX #36408C Jacksons Purple

📋 copy color: '#36408C'

red 54 ◦ green 64 ◦ blue 140

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

Shades of Jacksons Purple #36408C

Tints of Jacksons Purple #36408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 20.93%
G = 24.81%
B = 54.26%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36408C (or 0x36408C) is known color: Jacksons Purple. HEX triplet: 36, 40 and 8C. RGB value is (54,64,140). Sum of RGB (Red+Green+Blue) = 54+64+140=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #36408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36408C is #C9BF73. Grayscale: #454545. Windows color (decimal): -13221748 or 9191478. OLE color: 9191478.

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

Color convert

RGB 54 64 140 -
CMYK 0.61 0.54 0 0.45
HSL 233.02º 0.44% 0.38% -
HSV(B) 233.02º 0.61% 0.55% -
XYZ 8.09 6.34 25.61 -
YUV 69.67 167.69 116.82 -
System Red Green Blue C M Y K H S L
Decimal 54 64 140 0.61 0.54 0 0.45 233.02 0.44 0.38
Hex 36 40 8C 3D 36 0 2D E9 2C 26
Octal 66 100 214 75 66 0 55 351 54 46
Binary 110110 1000000 10001100 111101 110110 0 101101 11101001 101100 100110

Color Harmonies of #36408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36408C

Black with #36408C

Text Example


Text Example

White with #36408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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