#373685

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

Shades of Jacksons Purple #373685

Tints of Jacksons Purple #373685

Color information

#373685 (or 0x373685) is unknown color: approx Jacksons Purple. HEX triplet: 37, 36 and 85. RGB value is (55,54,133). Sum of RGB (Red+Green+Blue) = 55+54+133=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #373685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373685 is #C8C97A. Grayscale: #3E3E3E. Windows color (decimal): -13158779 or 8730167. OLE color: 8730167.

HSL color Cylindrical-coordinate representation of color #373685: hue angle of 240.76º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #373685 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5554133-
CMYK0.590.5900.48
HSL240.76º42.25%36.67%-
HSV(B)240.76º59.4%52.16%-
XYZ7.135.1422.81-
YUV63.3167.33122.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=22.73%
G=22.31%
B=54.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55541330.590.5900.48240.7642.2536.67
Hex3736853B3B030f12a25
Octal676620573730603615245
Binary11011111011010000101111011111011011000011110001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373685; }

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

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

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

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

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

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

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

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