#3D427B

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

Shades of Jacksons Purple #3D427B

Tints of Jacksons Purple #3D427B

Color information

#3D427B (or 0x3D427B) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 42 and 7B. RGB value is (61,66,123). Sum of RGB (Red+Green+Blue) = 61+66+123=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D427B is #C2BD84. Grayscale: #464646. Windows color (decimal): -12762501 or 8077885. OLE color: 8077885.

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

Color convert

RGB6166123-
CMYK0.500.4600.52
HSL235.16º33.7%36.08%-
HSV(B)235.16º50.41%48.24%-
XYZ7.456.3219.57-
YUV71157.34120.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.4%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=24.4%
G=26.4%
B=49.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61661230.500.4600.52235.1633.736.08
Hex3D427B322E034eb2224
Octal7510217362560643534244
Binary11110110000101111011110010101110011010011101011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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