#3D3F7A

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

Shades of Jacksons Purple #3D3F7A

Tints of Jacksons Purple #3D3F7A

Color information

#3D3F7A (or 0x3D3F7A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 3F and 7A. RGB value is (61,63,122). Sum of RGB (Red+Green+Blue) = 61+63+122=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #3D3F7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3F7A is #C2C085. Grayscale: #444444. Windows color (decimal): -12763270 or 8011581. OLE color: 8011581.

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

Color convert

RGB6163122-
CMYK0.500.4800.52
HSL238.03º33.33%35.88%-
HSV(B)238.03º50%47.84%-
XYZ7.215.9519.18-
YUV69.13157.84122.2-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=24.80%
G=25.61%
B=49.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal61631220.500.4800.52238.0333.3335.88
Hex3D3F7A3230034ee2124
Octal757717262600643564144
Binary1111011111111111010110010110000011010011101110100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,63,122); }

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

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

 a { background-color: rgb(61,63,122); }

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

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

 span { border-color: rgb(61,63,122); }

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