#36377A

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

Shades of Jacksons Purple #36377A

Tints of Jacksons Purple #36377A

Color information

#36377A (or 0x36377A) is unknown color: approx Jacksons Purple. HEX triplet: 36, 37 and 7A. RGB value is (54,55,122). Sum of RGB (Red+Green+Blue) = 54+55+122=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #36377A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36377A is #C9C885. Grayscale: #3E3E3E. Windows color (decimal): -13224070 or 8009526. OLE color: 8009526.

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

Color convert

RGB5455122-
CMYK0.560.5500.52
HSL239.12º38.64%34.51%-
HSV(B)239.12º55.74%47.84%-
XYZ6.44.9219.03-
YUV62.34161.67122.05-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.38%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 122 (48.05% from 255) = 52.81%
R=23.38%
G=23.81%
B=52.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal54551220.560.5500.52239.1238.6434.51
Hex36377A3837034ef2723
Octal666717270670643574743
Binary1101101101111111010111000110111011010011101111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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