#3D428A

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

Shades of Jacksons Purple #3D428A

Tints of Jacksons Purple #3D428A

Color information

#3D428A (or 0x3D428A) is unknown color: approx Jacksons Purple. HEX triplet: 3D, 42 and 8A. RGB value is (61,66,138). Sum of RGB (Red+Green+Blue) = 61+66+138=265 (35% of max value = 765). Red value is 61 (24.22% from 255 or 23.02% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D428A is #C2BD75. Grayscale: #484848. Windows color (decimal): -12762486 or 9060925. OLE color: 9060925.

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

Color convert

RGB6166138-
CMYK0.560.5200.46
HSL236.1º38.69%39.02%-
HSV(B)236.1º55.8%54.12%-
XYZ8.466.7224.9-
YUV72.71164.84119.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.02%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=23.02%
G=24.91%
B=52.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal61661380.560.5200.46236.138.6939.02
Hex3D428A383402Eec2727
Octal7510221270640563544747
Binary111101100001010001010111000110100010111011101100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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