#36377E

Color #36377E Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #36377E

Tints of Jacksons Purple #36377E

Color information

#36377E (or 0x36377E) is unknown color: approx Jacksons Purple. HEX triplet: 36, 37 and 7E. RGB value is (54,55,126). Sum of RGB (Red+Green+Blue) = 54+55+126=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 126 (49.61% from 255 or 53.62% from 235); Max value from RGB is 126 - color contains mainly: blue. Hex color #36377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36377E is #C9C881. Grayscale: #3E3E3E. Windows color (decimal): -13224066 or 8271670. OLE color: 8271670.

HSL color Cylindrical-coordinate representation of color #36377E: hue angle of 239.17º 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 #36377E is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5455126-
CMYK0.570.5600.51
HSL239.17º40%35.29%-
HSV(B)239.17º57.14%49.41%-
XYZ6.655.0220.36-
YUV62.8163.67121.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.98%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 126 (49.61% from 255) = 53.62%
R=22.98%
G=23.40%
B=53.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal54551260.570.5600.51239.174035.29
Hex36377E3938033ef2823
Octal666717671700633575043
Binary1101101101111111110111001111000011001111101111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36377E; }

 p { color: rgb(54,55,126); }

 H1.HeaderClassName
 {
   color: #36377E;
 }
 .AnyTagClassName
 {
   color: #36377E;
 }
</style>
background-color css

<style>
 a { background-color: #36377E; }

 a { background-color: rgb(54,55,126); }

 div.DivClassName
 {
   background-color: #36377E;
 }
 .BgClassName
 {
   background-color: #36377E;
 }
</style>
border-color css

<style>
 span { border-color: #36377E; }

 span { border-color: rgb(54,55,126); }

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