#362D83

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

Shades of Jacksons Purple #362D83

Tints of Jacksons Purple #362D83

Color information

#362D83 (or 0x362D83) is unknown color: approx Jacksons Purple. HEX triplet: 36, 2D and 83. RGB value is (54,45,131). Sum of RGB (Red+Green+Blue) = 54+45+131=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 131 (51.56% from 255 or 56.96% from 230); Max value from RGB is 131 - color contains mainly: blue. Hex color #362D83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362D83 is #C9D27C. Grayscale: #393939. Windows color (decimal): -13226621 or 8596790. OLE color: 8596790.

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

Color convert

RGB5445131-
CMYK0.590.6600.49
HSL246.28º48.86%34.51%-
HSV(B)246.28º65.65%51.37%-
XYZ6.564.321.96-
YUV57.5169.48125.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.48%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 131 (51.56% from 255) = 56.96%
R=23.48%
G=19.57%
B=56.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal54451310.590.6600.49246.2848.8634.51
Hex362D833B42031f63123
Octal6655203731020613666143
Binary110110101101100000111110111000010011000111110110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362D83; }

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

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

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

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

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

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

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

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