#374285

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

Shades of Jacksons Purple #374285

Tints of Jacksons Purple #374285

Color information

#374285 (or 0x374285) is unknown color: approx Jacksons Purple. HEX triplet: 37, 42 and 85. RGB value is (55,66,133). Sum of RGB (Red+Green+Blue) = 55+66+133=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #374285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374285 is #C8BD7A. Grayscale: #464646. Windows color (decimal): -13155707 or 8733239. OLE color: 8733239.

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

Color convert

RGB5566133-
CMYK0.590.5000.48
HSL231.54º41.49%36.86%-
HSV(B)231.54º58.65%52.16%-
XYZ7.766.423.02-
YUV70.35163.36117.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=21.65%
G=25.98%
B=52.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55661330.590.5000.48231.5441.4936.86
Hex3742853B32030e82925
Octal6710220573620603505145
Binary110111100001010000101111011110010011000011101000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374285; }

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

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

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

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

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

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

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

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