#3D4377

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

Shades of Jacksons Purple #3D4377

Tints of Jacksons Purple #3D4377

Color information

#3D4377 (or 0x3D4377) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 43 and 77. RGB value is (61,67,119). Sum of RGB (Red+Green+Blue) = 61+67+119=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4377 is #C2BC88. Grayscale: #464646. Windows color (decimal): -12762249 or 7815997. OLE color: 7815997.

HSL color Cylindrical-coordinate representation of color #3D4377: hue angle of 233.79º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D4377 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6167119-
CMYK0.490.4400.53
HSL233.79º32.22%35.29%-
HSV(B)233.79º48.74%46.67%-
XYZ7.266.3418.29-
YUV71.13155.01120.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=24.70%
G=27.13%
B=48.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61671190.490.4400.53233.7932.2235.29
Hex3D4377312C035ea2023
Octal7510316761540653524043
Binary11110110000111110111110001101100011010111101010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,67,119); }

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

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

 a { background-color: rgb(61,67,119); }

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

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

 span { border-color: rgb(61,67,119); }

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