Html Css Color HEX #3D3675 Jacksons Purple

📋 copy color: '#3D3675'

red 61 ◦ green 54 ◦ blue 117

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

Shades of Jacksons Purple #3D3675

Tints of Jacksons Purple #3D3675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.43%

R = 26.29%
G = 23.28%
B = 50.43%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3D3675 (or 0x3D3675) is known color: Jacksons Purple. HEX triplet: 3D, 36 and 75. RGB value is (61,54,117). Sum of RGB (Red+Green+Blue) = 61+54+117=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #3D3675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3675 is #C2C98A. Grayscale: #3F3F3F. Windows color (decimal): -12765579 or 7681597. OLE color: 7681597.

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

Color convert

RGB 61 54 117 -
CMYK 0.48 0.54 0 0.54
HSL 246.67º 0.37% 0.34% -
HSV(B) 246.67º 0.54% 0.46% -
XYZ 6.45 4.91 17.44 -
YUV 63.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 61 54 117 0.48 0.54 0 0.54 246.67 0.37 0.34
Hex 3D 36 75 30 36 0 36 F7 25 22
Octal 75 66 165 60 66 0 66 367 45 42
Binary 111101 110110 1110101 110000 110110 0 110110 11110111 100101 100010

Color Harmonies of #3D3675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3675

Black with #3D3675

Text Example


Text Example

White with #3D3675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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