#3D417A

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

Shades of Jacksons Purple #3D417A

Tints of Jacksons Purple #3D417A

Color information

#3D417A (or 0x3D417A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 41 and 7A. RGB value is (61,65,122). Sum of RGB (Red+Green+Blue) = 61+65+122=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D417A is #C2BE85. Grayscale: #464646. Windows color (decimal): -12762758 or 8012093. OLE color: 8012093.

HSL color Cylindrical-coordinate representation of color #3D417A: hue angle of 236.07º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D417A is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6165122-
CMYK0.500.4700.52
HSL236.07º33.33%35.88%-
HSV(B)236.07º50%47.84%-
XYZ7.336.1819.22-
YUV70.3157.17121.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=24.60%
G=26.21%
B=49.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61651220.500.4700.52236.0733.3335.88
Hex3D417A322F034ec2124
Octal7510117262570643544144
Binary11110110000011111010110010101111011010011101100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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