#364283

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

Shades of Jacksons Purple #364283

Tints of Jacksons Purple #364283

Color information

#364283 (or 0x364283) is unknown color: approx Jacksons Purple. HEX triplet: 36, 42 and 83. RGB value is (54,66,131). Sum of RGB (Red+Green+Blue) = 54+66+131=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #364283 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #364283 is #C9BD7C. Grayscale: #454545. Windows color (decimal): -13221245 or 8602166. OLE color: 8602166.

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

Color convert

RGB5466131-
CMYK0.590.5000.49
HSL230.65º41.62%36.27%-
HSV(B)230.65º58.78%51.37%-
XYZ7.576.3222.29-
YUV69.82162.52116.71-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.51%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=21.51%
G=26.29%
B=52.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54661310.590.5000.49230.6541.6236.27
Hex3642833B32031e72a24
Octal6610220373620613475244
Binary110110100001010000011111011110010011000111100111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364283; }

 p { color: rgb(54,66,131); }

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

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

 a { background-color: rgb(54,66,131); }

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

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

 span { border-color: rgb(54,66,131); }

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