#373F83

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

Shades of Jacksons Purple #373F83

Tints of Jacksons Purple #373F83

Color information

#373F83 (or 0x373F83) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3F and 83. RGB value is (55,63,131). Sum of RGB (Red+Green+Blue) = 55+63+131=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #373F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373F83 is #C8C07C. Grayscale: #444444. Windows color (decimal): -13156477 or 8601399. OLE color: 8601399.

HSL color Cylindrical-coordinate representation of color #373F83: hue angle of 233.68º 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 #373F83 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5563131-
CMYK0.580.5200.49
HSL233.68º40.86%36.47%-
HSV(B)233.68º58.02%51.37%-
XYZ7.456.0122.24-
YUV68.36163.35118.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 131 (51.56% from 255) = 52.61%
R=22.09%
G=25.30%
B=52.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55631310.580.5200.49233.6840.8636.47
Hex373F833A34031ea2924
Octal677720372640613525144
Binary11011111111110000011111010110100011000111101010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,63,131); }

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

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

 a { background-color: rgb(55,63,131); }

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

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

 span { border-color: rgb(55,63,131); }

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