Html Css Color HEX #3D3F8E Jacksons Purple

📋 copy color: '#3D3F8E'

red 61 ◦ green 63 ◦ blue 142

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

Shades of Jacksons Purple #3D3F8E

Tints of Jacksons Purple #3D3F8E

RGB

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

 GREEN value IS 63 (25% from 255) = 23.68%

 BLUE value IS 142 (55.86% from 255) = 53.38%

R = 22.93%
G = 23.68%
B = 53.38%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D3F8E (or 0x3D3F8E) is known color: Jacksons Purple. HEX triplet: 3D, 3F and 8E. RGB value is (61,63,142). Sum of RGB (Red+Green+Blue) = 61+63+142=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 63 (25% from 255 or 23.68% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D3F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3F8E is #C2C071. Grayscale: #474747. Windows color (decimal): -12763250 or 9322301. OLE color: 9322301.

HSL color Cylindrical-coordinate representation of color #3D3F8E: hue angle of 238.52º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D3F8E is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 63 142 -
CMYK 0.57 0.56 0 0.44
HSL 238.52º 0.4% 0.4% -
HSV(B) 238.52º 0.57% 0.56% -
XYZ 8.58 6.5 26.39 -
YUV 71.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 61 63 142 0.57 0.56 0 0.44 238.52 0.4 0.4
Hex 3D 3F 8E 39 38 0 2C EF 28 28
Octal 75 77 216 71 70 0 54 357 50 50
Binary 111101 111111 10001110 111001 111000 0 101100 11101111 101000 101000

Color Harmonies of #3D3F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3F8E

Black with #3D3F8E

Text Example


Text Example

White with #3D3F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,63,142); }

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

background-color css

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

 a { background-color: rgb(61,63,142); }

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

border-color css

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

 span { border-color: rgb(61,63,142); }

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