Html Css Color HEX #3D4087 Jacksons Purple

📋 copy color: '#3D4087'

red 61 ◦ green 64 ◦ blue 135

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

Shades of Jacksons Purple #3D4087

Tints of Jacksons Purple #3D4087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 23.46%
G = 24.62%
B = 51.92%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D4087 (or 0x3D4087) is known color: Jacksons Purple. HEX triplet: 3D, 40 and 87. RGB value is (61,64,135). Sum of RGB (Red+Green+Blue) = 61+64+135=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D4087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4087 is #C2BF78. Grayscale: #464646. Windows color (decimal): -12763001 or 8863805. OLE color: 8863805.

HSL color Cylindrical-coordinate representation of color #3D4087: hue angle of 237.57º 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 #3D4087 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 64 135 -
CMYK 0.55 0.53 0 0.47
HSL 237.57º 0.38% 0.38% -
HSV(B) 237.57º 0.55% 0.53% -
XYZ 8.13 6.41 23.73 -
YUV 71.2 164.01 120.73 -
System Red Green Blue C M Y K H S L
Decimal 61 64 135 0.55 0.53 0 0.47 237.57 0.38 0.38
Hex 3D 40 87 37 35 0 2F EE 26 26
Octal 75 100 207 67 65 0 57 356 46 46
Binary 111101 1000000 10000111 110111 110101 0 101111 11101110 100110 100110

Color Harmonies of #3D4087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4087

Black with #3D4087

Text Example


Text Example

White with #3D4087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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