Html Css Color HEX #36408A Jacksons Purple

📋 copy color: '#36408A'

red 54 ◦ green 64 ◦ blue 138

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

Shades of Jacksons Purple #36408A

Tints of Jacksons Purple #36408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 21.09%
G = 25%
B = 53.91%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#36408A (or 0x36408A) is known color: Jacksons Purple. HEX triplet: 36, 40 and 8A. RGB value is (54,64,138). Sum of RGB (Red+Green+Blue) = 54+64+138=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #36408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36408A is #C9BF75. Grayscale: #454545. Windows color (decimal): -13221750 or 9060406. OLE color: 9060406.

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

Color convert

RGB 54 64 138 -
CMYK 0.61 0.54 0 0.46
HSL 232.86º 0.44% 0.38% -
HSV(B) 232.86º 0.61% 0.54% -
XYZ 7.94 6.29 24.84 -
YUV 69.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 54 64 138 0.61 0.54 0 0.46 232.86 0.44 0.38
Hex 36 40 8A 3D 36 0 2E E9 2C 26
Octal 66 100 212 75 66 0 56 351 54 46
Binary 110110 1000000 10001010 111101 110110 0 101110 11101001 101100 100110

Color Harmonies of #36408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36408A

Black with #36408A

Text Example


Text Example

White with #36408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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