Html Css Color HEX #36387C Jacksons Purple

📋 copy color: '#36387C'

red 54 ◦ green 56 ◦ blue 124

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

Shades of Jacksons Purple #36387C

Tints of Jacksons Purple #36387C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.99%

R = 23.08%
G = 23.93%
B = 52.99%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36387C (or 0x36387C) is known color: Jacksons Purple. HEX triplet: 36, 38 and 7C. RGB value is (54,56,124). Sum of RGB (Red+Green+Blue) = 54+56+124=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #36387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36387C is #C9C783. Grayscale: #3E3E3E. Windows color (decimal): -13223812 or 8140854. OLE color: 8140854.

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

Color convert

RGB 54 56 124 -
CMYK 0.56 0.55 0 0.51
HSL 238.29º 0.39% 0.35% -
HSV(B) 238.29º 0.56% 0.49% -
XYZ 6.57 5.07 19.7 -
YUV 63.15 162.34 121.47 -
System Red Green Blue C M Y K H S L
Decimal 54 56 124 0.56 0.55 0 0.51 238.29 0.39 0.35
Hex 36 38 7C 38 37 0 33 EE 27 23
Octal 66 70 174 70 67 0 63 356 47 43
Binary 110110 111000 1111100 111000 110111 0 110011 11101110 100111 100011

Color Harmonies of #36387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36387C

Black with #36387C

Text Example


Text Example

White with #36387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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