#3d468c

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

Shades of Jacksons Purple #3D468C

Tints of Jacksons Purple #3D468C

Color information

#3D468C (or 0x3D468C) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 46 and 8C. RGB value is (61,70,140). Sum of RGB (Red+Green+Blue) = 61+70+140=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #3D468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D468C is #C2B973. Grayscale: #4B4B4B. Windows color (decimal): -12761460 or 9193021. OLE color: 9193021.

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

Color convert

RGB6170140-
CMYK0.560.5000.45
HSL233.16º39.3%39.41%-
HSV(B)233.16º56.43%54.9%-
XYZ8.857.2725.75-
YUV75.29164.52117.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.51%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=22.51%
G=25.83%
B=51.66%

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
Decimal61701400.560.5000.45233.1639.339.41
Hex3D468C383202De92727
Octal7510621470620553514747
Binary111101100011010001100111000110010010110111101001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d468c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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