#374284

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

Shades of Jacksons Purple #374284

Tints of Jacksons Purple #374284

Color information

#374284 (or 0x374284) is unknown color: approx Jacksons Purple. HEX triplet: 37, 42 and 84. RGB value is (55,66,132). Sum of RGB (Red+Green+Blue) = 55+66+132=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #374284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374284 is #C8BD7B. Grayscale: #454545. Windows color (decimal): -13155708 or 8667703. OLE color: 8667703.

HSL color Cylindrical-coordinate representation of color #374284: hue angle of 231.43º 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 #374284 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5566132-
CMYK0.580.500.48
HSL231.43º41.18%36.67%-
HSV(B)231.43º58.33%51.76%-
XYZ7.696.3722.65-
YUV70.24162.86117.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=21.74%
G=26.09%
B=52.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55661320.580.500.48231.4341.1836.67
Hex3742843A32030e72925
Octal6710220472620603475145
Binary110111100001010000100111010110010011000011100111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374284; }

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

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

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

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

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

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

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

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