Html Css Color HEX #36387F Jacksons Purple

📋 copy color: '#36387F'

red 54 ◦ green 56 ◦ blue 127

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

Shades of Jacksons Purple #36387F

Tints of Jacksons Purple #36387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.59%

R = 22.78%
G = 23.63%
B = 53.59%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36387F (or 0x36387F) is known color: Jacksons Purple. HEX triplet: 36, 38 and 7F. RGB value is (54,56,127). Sum of RGB (Red+Green+Blue) = 54+56+127=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #36387F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36387F is #C9C780. Grayscale: #3F3F3F. Windows color (decimal): -13223809 or 8337462. OLE color: 8337462.

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

Color convert

RGB 54 56 127 -
CMYK 0.57 0.56 0 0.50
HSL 238.36º 0.4% 0.35% -
HSV(B) 238.36º 0.57% 0.5% -
XYZ 6.77 5.14 20.72 -
YUV 63.5 163.84 121.23 -
System Red Green Blue C M Y K H S L
Decimal 54 56 127 0.57 0.56 0 0.50 238.36 0.4 0.35
Hex 36 38 7F 39 38 0 32 EE 28 23
Octal 66 70 177 71 70 0 62 356 50 43
Binary 110110 111000 1111111 111001 111000 0 110010 11101110 101000 100011

Color Harmonies of #36387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36387F

Black with #36387F

Text Example


Text Example

White with #36387F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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