#3D347A

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

Shades of Jacksons Purple #3D347A

Tints of Jacksons Purple #3D347A

Color information

#3D347A (or 0x3D347A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 34 and 7A. RGB value is (61,52,122). Sum of RGB (Red+Green+Blue) = 61+52+122=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D347A is #C2CB85. Grayscale: #3E3E3E. Windows color (decimal): -12766086 or 8008765. OLE color: 8008765.

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

Color convert

RGB6152122-
CMYK0.500.5700.52
HSL247.71º40.23%34.12%-
HSV(B)247.71º57.38%47.84%-
XYZ6.674.8519-
YUV62.67161.48126.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 122 (48.05% from 255) = 51.91%
R=25.96%
G=22.13%
B=51.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61521220.500.5700.52247.7140.2334.12
Hex3D347A3239034f82822
Octal756417262710643705042
Binary1111011101001111010110010111001011010011111000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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