#37347C

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

Shades of Jacksons Purple #37347C

Tints of Jacksons Purple #37347C

Color information

#37347C (or 0x37347C) is unknown color: approx Jacksons Purple. HEX triplet: 37, 34 and 7C. RGB value is (55,52,124). Sum of RGB (Red+Green+Blue) = 55+52+124=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #37347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37347C is #C8CB83. Grayscale: #3C3C3C. Windows color (decimal): -13159300 or 8139831. OLE color: 8139831.

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

Color convert

RGB5552124-
CMYK0.560.5800.51
HSL242.5º40.91%34.51%-
HSV(B)242.5º58.06%48.63%-
XYZ6.444.7219.64-
YUV61.1163.49123.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.81%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 124 (48.83% from 255) = 53.68%
R=23.81%
G=22.51%
B=53.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal55521240.560.5800.51242.540.9134.51
Hex37347C383A033f22923
Octal676417470720633625143
Binary1101111101001111100111000111010011001111110010101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,52,124); }

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

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

 a { background-color: rgb(55,52,124); }

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

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

 span { border-color: rgb(55,52,124); }

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