#374184

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

Shades of Jacksons Purple #374184

Tints of Jacksons Purple #374184

Color information

#374184 (or 0x374184) is unknown color: approx Jacksons Purple. HEX triplet: 37, 41 and 84. RGB value is (55,65,132). Sum of RGB (Red+Green+Blue) = 55+65+132=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #374184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #374184 is #C8BE7B. Grayscale: #454545. Windows color (decimal): -13155964 or 8667447. OLE color: 8667447.

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

Color convert

RGB5565132-
CMYK0.580.5100.48
HSL232.21º41.18%36.67%-
HSV(B)232.21º58.33%51.76%-
XYZ7.636.2622.64-
YUV69.65163.19117.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=21.83%
G=25.79%
B=52.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55651320.580.5100.48232.2141.1836.67
Hex3741843A33030e82925
Octal6710120472630603505145
Binary110111100000110000100111010110011011000011101000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374184; }

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

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

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

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

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

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

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

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