Html Css Color HEX #3D418D Jacksons Purple

📋 copy color: '#3D418D'

red 61 ◦ green 65 ◦ blue 141

#3D418D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #3D418D

Tints of Jacksons Purple #3D418D

RGB

 RED value IS 61 (24.22% from 255) = 22.85%

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 22.85%
G = 24.34%
B = 52.81%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D418D (or 0x3D418D) is known color: Jacksons Purple. HEX triplet: 3D, 41 and 8D. RGB value is (61,65,141). Sum of RGB (Red+Green+Blue) = 61+65+141=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #3D418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D418D is #C2BE72. Grayscale: #484848. Windows color (decimal): -12762739 or 9257277. OLE color: 9257277.

HSL color Cylindrical-coordinate representation of color #3D418D: hue angle of 237º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D418D is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 65 141 -
CMYK 0.57 0.54 0 0.45
HSL 237º 0.4% 0.4% -
HSV(B) 237º 0.57% 0.55% -
XYZ 8.62 6.7 26.04 -
YUV 72.47 166.67 119.82 -
System Red Green Blue C M Y K H S L
Decimal 61 65 141 0.57 0.54 0 0.45 237 0.4 0.4
Hex 3D 41 8D 39 36 0 2D ED 28 28
Octal 75 101 215 71 66 0 55 355 50 50
Binary 111101 1000001 10001101 111001 110110 0 101101 11101101 101000 101000

Color Harmonies of #3D418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D418D

Black with #3D418D

Text Example


Text Example

White with #3D418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,141); }

 H1.HeaderClassName
 {
   color: #3D418D;
 }
 .AnyTagClassName
 {
   color: #3D418D;
 }
</style>

background-color css

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

 a { background-color: rgb(61,65,141); }

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

border-color css

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

 span { border-color: rgb(61,65,141); }

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