#373282

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

Shades of Jacksons Purple #373282

Tints of Jacksons Purple #373282

Color information

#373282 (or 0x373282) is unknown color: approx Jacksons Purple. HEX triplet: 37, 32 and 82. RGB value is (55,50,130). Sum of RGB (Red+Green+Blue) = 55+50+130=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #373282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373282 is #C8CD7D. Grayscale: #3C3C3C. Windows color (decimal): -13159806 or 8532535. OLE color: 8532535.

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

Color convert

RGB5550130-
CMYK0.580.6200.49
HSL243.75º44.44%35.29%-
HSV(B)243.75º61.54%50.98%-
XYZ6.754.7121.67-
YUV60.62167.16124-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=23.40%
G=21.28%
B=55.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55501300.580.6200.49243.7544.4435.29
Hex3732823A3E031f42c23
Octal676220272760613645443
Binary11011111001010000010111010111110011000111110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373282; }

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

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

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

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

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

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

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

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