Html Css Color HEX #3D3C78 Jacksons Purple

📋 copy color: '#3D3C78'

red 61 ◦ green 60 ◦ blue 120

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

Shades of Jacksons Purple #3D3C78

Tints of Jacksons Purple #3D3C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.9%

 BLUE value IS 120 (47.27% from 255) = 49.79%

R = 25.31%
G = 24.9%
B = 49.79%

CMYK

 C value IS 0.49

 M value IS 0.5

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D3C78 (or 0x3D3C78) is known color: Jacksons Purple. HEX triplet: 3D, 3C and 78. RGB value is (61,60,120). Sum of RGB (Red+Green+Blue) = 61+60+120=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #3D3C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3C78 is #C2C387. Grayscale: #424242. Windows color (decimal): -12764040 or 7879741. OLE color: 7879741.

HSL color Cylindrical-coordinate representation of color #3D3C78: hue angle of 241º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D3C78 is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 60 120 -
CMYK 0.49 0.5 0 0.53
HSL 241º 0.33% 0.35% -
HSV(B) 241º 0.5% 0.47% -
XYZ 6.93 5.58 18.48 -
YUV 67.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 61 60 120 0.49 0.5 0 0.53 241 0.33 0.35
Hex 3D 3C 78 31 32 0 35 F1 21 23
Octal 75 74 170 61 62 0 65 361 41 43
Binary 111101 111100 1111000 110001 110010 0 110101 11110001 100001 100011

Color Harmonies of #3D3C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C78

Black with #3D3C78

Text Example


Text Example

White with #3D3C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,120); }

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

background-color css

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

 a { background-color: rgb(61,60,120); }

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

border-color css

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

 span { border-color: rgb(61,60,120); }

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