Html Css Color HEX #3D3E86 Jacksons Purple

📋 copy color: '#3D3E86'

red 61 ◦ green 62 ◦ blue 134

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

Shades of Jacksons Purple #3D3E86

Tints of Jacksons Purple #3D3E86

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.12%

 BLUE value IS 134 (52.73% from 255) = 52.14%

R = 23.74%
G = 24.12%
B = 52.14%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D3E86 (or 0x3D3E86) is known color: Jacksons Purple. HEX triplet: 3D, 3E and 86. RGB value is (61,62,134). Sum of RGB (Red+Green+Blue) = 61+62+134=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #3D3E86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3E86 is #C2C179. Grayscale: #454545. Windows color (decimal): -12763514 or 8797757. OLE color: 8797757.

HSL color Cylindrical-coordinate representation of color #3D3E86: hue angle of 239.18º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D3E86 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 62 134 -
CMYK 0.54 0.54 0 0.47
HSL 239.18º 0.37% 0.38% -
HSV(B) 239.18º 0.54% 0.53% -
XYZ 7.95 6.16 23.32 -
YUV 69.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 61 62 134 0.54 0.54 0 0.47 239.18 0.37 0.38
Hex 3D 3E 86 36 36 0 2F EF 25 26
Octal 75 76 206 66 66 0 57 357 45 46
Binary 111101 111110 10000110 110110 110110 0 101111 11101111 100101 100110

Color Harmonies of #3D3E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3E86

Black with #3D3E86

Text Example


Text Example

White with #3D3E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,62,134); }

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

background-color css

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

 a { background-color: rgb(61,62,134); }

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

border-color css

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

 span { border-color: rgb(61,62,134); }

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