#373A82

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

Shades of Jacksons Purple #373A82

Tints of Jacksons Purple #373A82

Color information

#373A82 (or 0x373A82) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3A and 82. RGB value is (55,58,130). Sum of RGB (Red+Green+Blue) = 55+58+130=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #373A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A82 is #C8C57D. Grayscale: #414141. Windows color (decimal): -13157758 or 8534583. OLE color: 8534583.

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

Color convert

RGB5558130-
CMYK0.580.5500.49
HSL237.6º40.54%36.27%-
HSV(B)237.6º57.69%50.98%-
XYZ7.125.4521.8-
YUV65.31164.51120.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=22.63%
G=23.87%
B=53.50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55581300.580.5500.49237.640.5436.27
Hex373A823A37031ee2924
Octal677220272670613565144
Binary11011111101010000010111010110111011000111101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A82; }

 p { color: rgb(55,58,130); }

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

<style>
 a { background-color: #373A82; }

 a { background-color: rgb(55,58,130); }

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

<style>
 span { border-color: #373A82; }

 span { border-color: rgb(55,58,130); }

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