Html Css Color HEX #3D3680 Jacksons Purple

📋 copy color: '#3D3680'

red 61 ◦ green 54 ◦ blue 128

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

Shades of Jacksons Purple #3D3680

Tints of Jacksons Purple #3D3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 25.1%
G = 22.22%
B = 52.67%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D3680 (or 0x3D3680) is known color: Jacksons Purple. HEX triplet: 3D, 36 and 80. RGB value is (61,54,128). Sum of RGB (Red+Green+Blue) = 61+54+128=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #3D3680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3680 is #C2C97F. Grayscale: #404040. Windows color (decimal): -12765568 or 8402493. OLE color: 8402493.

HSL color Cylindrical-coordinate representation of color #3D3680: hue angle of 245.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D3680 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 61 54 128 -
CMYK 0.52 0.58 0 0.50
HSL 245.68º 0.41% 0.36% -
HSV(B) 245.68º 0.58% 0.5% -
XYZ 7.14 5.19 21.05 -
YUV 64.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 61 54 128 0.52 0.58 0 0.50 245.68 0.41 0.36
Hex 3D 36 80 34 3A 0 32 F6 29 24
Octal 75 66 200 64 72 0 62 366 51 44
Binary 111101 110110 10000000 110100 111010 0 110010 11110110 101001 100100

Color Harmonies of #3D3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3680

Black with #3D3680

Text Example


Text Example

White with #3D3680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,128); }

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

background-color css

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

 a { background-color: rgb(61,54,128); }

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

border-color css

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

 span { border-color: rgb(61,54,128); }

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