#3D477B

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

Shades of Jacksons Purple #3D477B

Tints of Jacksons Purple #3D477B

Color information

#3D477B (or 0x3D477B) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 47 and 7B. RGB value is (61,71,123). Sum of RGB (Red+Green+Blue) = 61+71+123=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D477B is #C2B884. Grayscale: #494949. Windows color (decimal): -12761221 or 8079165. OLE color: 8079165.

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

Color convert

RGB6171123-
CMYK0.500.4200.52
HSL230.32º33.7%36.08%-
HSV(B)230.32º50.41%48.24%-
XYZ7.756.9319.67-
YUV73.94155.69118.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=23.92%
G=27.84%
B=48.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61711230.500.4200.52230.3233.736.08
Hex3D477B322A034e62224
Octal7510717362520643464244
Binary11110110001111111011110010101010011010011100110100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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