#3D408A

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

Shades of Jacksons Purple #3D408A

Tints of Jacksons Purple #3D408A

Color information

#3D408A (or 0x3D408A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 40 and 8A. RGB value is (61,64,138). Sum of RGB (Red+Green+Blue) = 61+64+138=263 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.19% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D408A is #C2BF75. Grayscale: #474747. Windows color (decimal): -12762998 or 9060413. OLE color: 9060413.

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

Color convert

RGB6164138-
CMYK0.560.5400.46
HSL237.66º38.69%39.02%-
HSV(B)237.66º55.8%54.12%-
XYZ8.356.4924.86-
YUV71.54165.51120.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.19%
GREEN value IS 64 (25.39% from 255) = 24.33%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=23.19%
G=24.33%
B=52.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61641380.560.5400.46237.6638.6939.02
Hex3D408A383602Eee2727
Octal7510021270660563564747
Binary111101100000010001010111000110110010111011101110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,138); }

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

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

 a { background-color: rgb(61,64,138); }

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

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

 span { border-color: rgb(61,64,138); }

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