#374381

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

Shades of Jacksons Purple #374381

Tints of Jacksons Purple #374381

Color information

#374381 (or 0x374381) is unknown color: approx Jacksons Purple. HEX triplet: 37, 43 and 81. RGB value is (55,67,129). Sum of RGB (Red+Green+Blue) = 55+67+129=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 129 (50.78% from 255 or 51.39% from 251); Max value from RGB is 129 - color contains mainly: blue. Hex color #374381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374381 is #C8BC7E. Grayscale: #464646. Windows color (decimal): -13155455 or 8471351. OLE color: 8471351.

HSL color Cylindrical-coordinate representation of color #374381: hue angle of 230.27º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #374381 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5567129-
CMYK0.570.4800.49
HSL230.27º40.22%36.08%-
HSV(B)230.27º57.36%50.59%-
XYZ7.556.4121.61-
YUV70.48161.02116.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 67 (26.56% from 255) = 26.69%
BLUE value IS 129 (50.78% from 255) = 51.39%
R=21.91%
G=26.69%
B=51.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55671290.570.4800.49230.2740.2236.08
Hex3743813930031e62824
Octal6710320171600613465044
Binary110111100001110000001111001110000011000111100110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374381; }

 p { color: rgb(55,67,129); }

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

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

 a { background-color: rgb(55,67,129); }

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

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

 span { border-color: rgb(55,67,129); }

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