#3D467A

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

Shades of Jacksons Purple #3D467A

Tints of Jacksons Purple #3D467A

Color information

#3D467A (or 0x3D467A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 46 and 7A. RGB value is (61,70,122). Sum of RGB (Red+Green+Blue) = 61+70+122=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D467A is #C2B985. Grayscale: #494949. Windows color (decimal): -12761478 or 8013373. OLE color: 8013373.

HSL color Cylindrical-coordinate representation of color #3D467A: hue angle of 231.15º 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 #3D467A is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6170122-
CMYK0.500.4300.52
HSL231.15º33.33%35.88%-
HSV(B)231.15º50%47.84%-
XYZ7.636.7819.32-
YUV73.24155.52119.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.11%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=24.11%
G=27.67%
B=48.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61701220.500.4300.52231.1533.3335.88
Hex3D467A322B034e72124
Octal7510617262530643474144
Binary11110110001101111010110010101011011010011100111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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