#3D4276

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

Shades of Jacksons Purple #3D4276

Tints of Jacksons Purple #3D4276

Color information

#3D4276 (or 0x3D4276) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 42 and 76. RGB value is (61,66,118). Sum of RGB (Red+Green+Blue) = 61+66+118=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #3D4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4276 is #C2BD89. Grayscale: #464646. Windows color (decimal): -12762506 or 7750205. OLE color: 7750205.

HSL color Cylindrical-coordinate representation of color #3D4276: hue angle of 234.74º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D4276 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6166118-
CMYK0.480.4400.54
HSL234.74º31.84%35.1%-
HSV(B)234.74º48.31%46.27%-
XYZ7.146.217.96-
YUV70.43154.84121.27-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=24.90%
G=26.94%
B=48.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal61661180.480.4400.54234.7431.8435.1
Hex3D4276302C036eb2023
Octal7510216660540663534043
Binary11110110000101110110110000101100011011011101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,66,118); }

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

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

 a { background-color: rgb(61,66,118); }

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

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

 span { border-color: rgb(61,66,118); }

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