#373288

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

Shades of Jacksons Purple #373288

Tints of Jacksons Purple #373288

Color information

#373288 (or 0x373288) is unknown color: approx Jacksons Purple. HEX triplet: 37, 32 and 88. RGB value is (55,50,136). Sum of RGB (Red+Green+Blue) = 55+50+136=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #373288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373288 is #C8CD77. Grayscale: #3C3C3C. Windows color (decimal): -13159800 or 8925751. OLE color: 8925751.

HSL color Cylindrical-coordinate representation of color #373288: hue angle of 243.49º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373288 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5550136-
CMYK0.600.6300.47
HSL243.49º46.24%36.47%-
HSV(B)243.49º63.24%53.33%-
XYZ7.164.8723.86-
YUV61.3170.16123.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=22.82%
G=20.75%
B=56.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal55501360.600.6300.47243.4946.2436.47
Hex3732883C3F02Ff32e24
Octal676221074770573635644
Binary11011111001010001000111100111111010111111110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373288; }

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

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

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

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

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

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

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

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