Html Css Color HEX #36387D Jacksons Purple

📋 copy color: '#36387D'

red 54 ◦ green 56 ◦ blue 125

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

Shades of Jacksons Purple #36387D

Tints of Jacksons Purple #36387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.83%

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 22.98%
G = 23.83%
B = 53.19%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36387D (or 0x36387D) is known color: Jacksons Purple. HEX triplet: 36, 38 and 7D. RGB value is (54,56,125). Sum of RGB (Red+Green+Blue) = 54+56+125=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #36387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36387D is #C9C782. Grayscale: #3E3E3E. Windows color (decimal): -13223811 or 8206390. OLE color: 8206390.

HSL color Cylindrical-coordinate representation of color #36387D: hue angle of 238.31º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36387D is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 56 125 -
CMYK 0.57 0.55 0 0.51
HSL 238.31º 0.4% 0.35% -
HSV(B) 238.31º 0.57% 0.49% -
XYZ 6.64 5.09 20.04 -
YUV 63.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 54 56 125 0.57 0.55 0 0.51 238.31 0.4 0.35
Hex 36 38 7D 39 37 0 33 EE 28 23
Octal 66 70 175 71 67 0 63 356 50 43
Binary 110110 111000 1111101 111001 110111 0 110011 11101110 101000 100011

Color Harmonies of #36387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36387D

Black with #36387D

Text Example


Text Example

White with #36387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,56,125); }

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

background-color css

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

 a { background-color: rgb(54,56,125); }

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

border-color css

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

 span { border-color: rgb(54,56,125); }

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