#373380

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

Shades of Jacksons Purple #373380

Tints of Jacksons Purple #373380

Color information

#373380 (or 0x373380) is unknown color: approx Jacksons Purple. HEX triplet: 37, 33 and 80. RGB value is (55,51,128). Sum of RGB (Red+Green+Blue) = 55+51+128=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #373380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373380 is #C8CC7F. Grayscale: #3C3C3C. Windows color (decimal): -13159552 or 8401719. OLE color: 8401719.

HSL color Cylindrical-coordinate representation of color #373380: hue angle of 243.12º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373380 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5551128-
CMYK0.570.6000.50
HSL243.12º43.02%35.1%-
HSV(B)243.12º60.16%50.2%-
XYZ6.664.7420.99-
YUV60.97165.83123.74-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.50%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 128 (50.39% from 255) = 54.70%
R=23.50%
G=21.79%
B=54.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55511280.570.6000.50243.1243.0235.1
Hex373380393C032f32b23
Octal676320071740623635343
Binary11011111001110000000111001111100011001011110011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373380; }

 p { color: rgb(55,51,128); }

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

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

 a { background-color: rgb(55,51,128); }

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

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

 span { border-color: rgb(55,51,128); }

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