#374384

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

Shades of Jacksons Purple #374384

Tints of Jacksons Purple #374384

Color information

#374384 (or 0x374384) is unknown color: approx Jacksons Purple. HEX triplet: 37, 43 and 84. RGB value is (55,67,132). Sum of RGB (Red+Green+Blue) = 55+67+132=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #374384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374384 is #C8BC7B. Grayscale: #464646. Windows color (decimal): -13155452 or 8667959. OLE color: 8667959.

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

Color convert

RGB5567132-
CMYK0.580.4900.48
HSL230.65º41.18%36.67%-
HSV(B)230.65º58.33%51.76%-
XYZ7.756.4922.67-
YUV70.82162.52116.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 132 (51.95% from 255) = 51.97%
R=21.65%
G=26.38%
B=51.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55671320.580.4900.48230.6541.1836.67
Hex3743843A31030e72925
Octal6710320472610603475145
Binary110111100001110000100111010110001011000011100111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374384; }

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

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

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

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

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

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

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

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