#3D337A

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

Shades of Jacksons Purple #3D337A

Tints of Jacksons Purple #3D337A

Color information

#3D337A (or 0x3D337A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 33 and 7A. RGB value is (61,51,122). Sum of RGB (Red+Green+Blue) = 61+51+122=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 122 (48.05% from 255 or 52.14% from 234); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D337A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D337A is #C2CC85. Grayscale: #3D3D3D. Windows color (decimal): -12766342 or 8008509. OLE color: 8008509.

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

Color convert

RGB6151122-
CMYK0.500.5800.52
HSL248.45º41.04%33.92%-
HSV(B)248.45º58.2%47.84%-
XYZ6.624.7618.98-
YUV62.08161.81127.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 122 (48.05% from 255) = 52.14%
R=26.07%
G=21.79%
B=52.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61511220.500.5800.52248.4541.0433.92
Hex3D337A323A034f82922
Octal756317262720643705142
Binary1111011100111111010110010111010011010011111000101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D337A; }

 p { color: rgb(61,51,122); }

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

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

 a { background-color: rgb(61,51,122); }

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

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

 span { border-color: rgb(61,51,122); }

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