Html Css Color HEX #3D4383 Jacksons Purple

📋 copy color: '#3D4383'

red 61 ◦ green 67 ◦ blue 131

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

Shades of Jacksons Purple #3D4383

Tints of Jacksons Purple #3D4383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.87%

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 23.55%
G = 25.87%
B = 50.58%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3D4383 (or 0x3D4383) is known color: Jacksons Purple. HEX triplet: 3D, 43 and 83. RGB value is (61,67,131). Sum of RGB (Red+Green+Blue) = 61+67+131=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #3D4383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4383 is #C2BC7C. Grayscale: #484848. Windows color (decimal): -12762237 or 8602429. OLE color: 8602429.

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

Color convert

RGB 61 67 131 -
CMYK 0.53 0.49 0 0.49
HSL 234.86º 0.36% 0.38% -
HSV(B) 234.86º 0.53% 0.51% -
XYZ 8.03 6.65 22.33 -
YUV 72.5 161.01 119.8 -
System Red Green Blue C M Y K H S L
Decimal 61 67 131 0.53 0.49 0 0.49 234.86 0.36 0.38
Hex 3D 43 83 35 31 0 31 EB 24 26
Octal 75 103 203 65 61 0 61 353 44 46
Binary 111101 1000011 10000011 110101 110001 0 110001 11101011 100100 100110

Color Harmonies of #3D4383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4383

Black with #3D4383

Text Example


Text Example

White with #3D4383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,67,131); }

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

background-color css

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

 a { background-color: rgb(61,67,131); }

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

border-color css

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

 span { border-color: rgb(61,67,131); }

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