Html Css Color HEX #3D4187 Jacksons Purple

📋 copy color: '#3D4187'

red 61 ◦ green 65 ◦ blue 135

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

Shades of Jacksons Purple #3D4187

Tints of Jacksons Purple #3D4187

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 135 (53.13% from 255) = 51.72%

R = 23.37%
G = 24.9%
B = 51.72%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D4187 (or 0x3D4187) is known color: Jacksons Purple. HEX triplet: 3D, 41 and 87. RGB value is (61,65,135). Sum of RGB (Red+Green+Blue) = 61+65+135=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D4187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4187 is #C2BE78. Grayscale: #474747. Windows color (decimal): -12762745 or 8864061. OLE color: 8864061.

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

Color convert

RGB 61 65 135 -
CMYK 0.55 0.52 0 0.47
HSL 236.76º 0.38% 0.38% -
HSV(B) 236.76º 0.55% 0.53% -
XYZ 8.19 6.52 23.75 -
YUV 71.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 61 65 135 0.55 0.52 0 0.47 236.76 0.38 0.38
Hex 3D 41 87 37 34 0 2F ED 26 26
Octal 75 101 207 67 64 0 57 355 46 46
Binary 111101 1000001 10000111 110111 110100 0 101111 11101101 100110 100110

Color Harmonies of #3D4187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4187

Black with #3D4187

Text Example


Text Example

White with #3D4187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,65,135); }

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

background-color css

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

 a { background-color: rgb(61,65,135); }

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

border-color css

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

 span { border-color: rgb(61,65,135); }

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