Html Css Color HEX #3D4289 Jacksons Purple

📋 copy color: '#3D4289'

red 61 ◦ green 66 ◦ blue 137

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

Shades of Jacksons Purple #3D4289

Tints of Jacksons Purple #3D4289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

 BLUE value IS 137 (53.91% from 255) = 51.89%

R = 23.11%
G = 25%
B = 51.89%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D4289 (or 0x3D4289) is known color: Jacksons Purple. HEX triplet: 3D, 42 and 89. RGB value is (61,66,137). Sum of RGB (Red+Green+Blue) = 61+66+137=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 137 (53.91% from 255 or 51.89% from 264); Max value from RGB is 137 - color contains mainly: blue. Hex color #3D4289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D4289 is #C2BD76. Grayscale: #484848. Windows color (decimal): -12762487 or 8995389. OLE color: 8995389.

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

Color convert

RGB 61 66 137 -
CMYK 0.55 0.52 0 0.46
HSL 236.05º 0.38% 0.39% -
HSV(B) 236.05º 0.55% 0.54% -
XYZ 8.39 6.69 24.52 -
YUV 72.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 61 66 137 0.55 0.52 0 0.46 236.05 0.38 0.39
Hex 3D 42 89 37 34 0 2E EC 26 27
Octal 75 102 211 67 64 0 56 354 46 47
Binary 111101 1000010 10001001 110111 110100 0 101110 11101100 100110 100111

Color Harmonies of #3D4289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4289

Black with #3D4289

Text Example


Text Example

White with #3D4289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,66,137); }

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

background-color css

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

 a { background-color: rgb(61,66,137); }

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

border-color css

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

 span { border-color: rgb(61,66,137); }

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