Html Css Color HEX #3D467F Jacksons Purple

📋 copy color: '#3D467F'

red 61 ◦ green 70 ◦ blue 127

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

Shades of Jacksons Purple #3D467F

Tints of Jacksons Purple #3D467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 127 (50% from 255) = 49.22%

R = 23.64%
G = 27.13%
B = 49.22%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3D467F (or 0x3D467F) is known color: Jacksons Purple. HEX triplet: 3D, 46 and 7F. RGB value is (61,70,127). Sum of RGB (Red+Green+Blue) = 61+70+127=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #3D467F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D467F is #C2B980. Grayscale: #494949. Windows color (decimal): -12761473 or 8341053. OLE color: 8341053.

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

Color convert

RGB 61 70 127 -
CMYK 0.52 0.45 0 0.50
HSL 231.82º 0.35% 0.37% -
HSV(B) 231.82º 0.52% 0.5% -
XYZ 7.95 6.9 20.99 -
YUV 73.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 61 70 127 0.52 0.45 0 0.50 231.82 0.35 0.37
Hex 3D 46 7F 34 2D 0 32 E8 23 25
Octal 75 106 177 64 55 0 62 350 43 45
Binary 111101 1000110 1111111 110100 101101 0 110010 11101000 100011 100101

Color Harmonies of #3D467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D467F

Black with #3D467F

Text Example


Text Example

White with #3D467F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,127); }

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

background-color css

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

 a { background-color: rgb(61,70,127); }

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

border-color css

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

 span { border-color: rgb(61,70,127); }

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