#3D4277

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

Shades of Jacksons Purple #3D4277

Tints of Jacksons Purple #3D4277

Color information

#3D4277 (or 0x3D4277) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 42 and 77. RGB value is (61,66,119). Sum of RGB (Red+Green+Blue) = 61+66+119=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4277 is #C2BD88. Grayscale: #464646. Windows color (decimal): -12762505 or 7815741. OLE color: 7815741.

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

Color convert

RGB6166119-
CMYK0.490.4500.53
HSL234.83º32.22%35.29%-
HSV(B)234.83º48.74%46.67%-
XYZ7.26.2218.27-
YUV70.55155.34121.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 66 (26.17% from 255) = 26.83%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=24.80%
G=26.83%
B=48.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61661190.490.4500.53234.8332.2235.29
Hex3D4277312D035eb2023
Octal7510216761550653534043
Binary11110110000101110111110001101101011010111101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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