Html Css Color HEX #36418B Jacksons Purple

📋 copy color: '#36418B'

red 54 ◦ green 65 ◦ blue 139

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

Shades of Jacksons Purple #36418B

Tints of Jacksons Purple #36418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 139 (54.69% from 255) = 53.88%

R = 20.93%
G = 25.19%
B = 53.88%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#36418B (or 0x36418B) is known color: Jacksons Purple. HEX triplet: 36, 41 and 8B. RGB value is (54,65,139). Sum of RGB (Red+Green+Blue) = 54+65+139=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 139 (54.69% from 255 or 53.88% from 258); Max value from RGB is 139 - color contains mainly: blue. Hex color #36418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #36418B is #C9BE74. Grayscale: #454545. Windows color (decimal): -13221493 or 9126198. OLE color: 9126198.

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

Color convert

RGB 54 65 139 -
CMYK 0.61 0.53 0 0.45
HSL 232.24º 0.44% 0.38% -
HSV(B) 232.24º 0.61% 0.55% -
XYZ 8.07 6.43 25.24 -
YUV 70.15 166.86 116.48 -
System Red Green Blue C M Y K H S L
Decimal 54 65 139 0.61 0.53 0 0.45 232.24 0.44 0.38
Hex 36 41 8B 3D 35 0 2D E8 2C 26
Octal 66 101 213 75 65 0 55 350 54 46
Binary 110110 1000001 10001011 111101 110101 0 101101 11101000 101100 100110

Color Harmonies of #36418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36418B

Black with #36418B

Text Example


Text Example

White with #36418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36418B; }

 p { color: rgb(54,65,139); }

 H1.HeaderClassName
 {
   color: #36418B;
 }
 .AnyTagClassName
 {
   color: #36418B;
 }
</style>

background-color css

<style>
 a { background-color: #36418B; }

 a { background-color: rgb(54,65,139); }

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

border-color css

<style>
 span { border-color: #36418B; }

 span { border-color: rgb(54,65,139); }

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