#3D468B

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

Shades of Jacksons Purple #3D468B

Tints of Jacksons Purple #3D468B

Color information

#3D468B (or 0x3D468B) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 46 and 8B. RGB value is (61,70,139). Sum of RGB (Red+Green+Blue) = 61+70+139=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D468B is #C2B974. Grayscale: #4A4A4A. Windows color (decimal): -12761461 or 9127485. OLE color: 9127485.

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

Color convert

RGB6170139-
CMYK0.560.5000.45
HSL233.08º39%39.22%-
HSV(B)233.08º56.12%54.51%-
XYZ8.777.2425.36-
YUV75.18164.02117.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.59%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=22.59%
G=25.93%
B=51.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal61701390.560.5000.45233.083939.22
Hex3D468B383202De92727
Octal7510621370620553514747
Binary111101100011010001011111000110010010110111101001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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