#37357A

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

Shades of Jacksons Purple #37357A

Tints of Jacksons Purple #37357A

Color information

#37357A (or 0x37357A) is unknown color: approx Jacksons Purple. HEX triplet: 37, 35 and 7A. RGB value is (55,53,122). Sum of RGB (Red+Green+Blue) = 55+53+122=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #37357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37357A is #C8CA85. Grayscale: #3D3D3D. Windows color (decimal): -13159046 or 8009015. OLE color: 8009015.

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

Color convert

RGB5553122-
CMYK0.550.5700.52
HSL241.74º39.43%34.31%-
HSV(B)241.74º56.56%47.84%-
XYZ6.364.7619-
YUV61.46162.16123.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 53 (21.09% from 255) = 23.04%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=23.91%
G=23.04%
B=53.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55531220.550.5700.52241.7439.4334.31
Hex37357A3739034f22722
Octal676517267710643624742
Binary1101111101011111010110111111001011010011110010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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