Html Css Color HEX #3D367E Jacksons Purple

📋 copy color: '#3D367E'

red 61 ◦ green 54 ◦ blue 126

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

Shades of Jacksons Purple #3D367E

Tints of Jacksons Purple #3D367E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

 BLUE value IS 126 (49.61% from 255) = 52.28%

R = 25.31%
G = 22.41%
B = 52.28%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D367E (or 0x3D367E) is known color: Jacksons Purple. HEX triplet: 3D, 36 and 7E. RGB value is (61,54,126). Sum of RGB (Red+Green+Blue) = 61+54+126=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D367E is #C2C981. Grayscale: #404040. Windows color (decimal): -12765570 or 8271421. OLE color: 8271421.

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

Color convert

RGB 61 54 126 -
CMYK 0.52 0.57 0 0.51
HSL 245.83º 0.4% 0.35% -
HSV(B) 245.83º 0.57% 0.49% -
XYZ 7.01 5.14 20.36 -
YUV 64.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 61 54 126 0.52 0.57 0 0.51 245.83 0.4 0.35
Hex 3D 36 7E 34 39 0 33 F6 28 23
Octal 75 66 176 64 71 0 63 366 50 43
Binary 111101 110110 1111110 110100 111001 0 110011 11110110 101000 100011

Color Harmonies of #3D367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D367E

Black with #3D367E

Text Example


Text Example

White with #3D367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,54,126); }

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

background-color css

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

 a { background-color: rgb(61,54,126); }

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

border-color css

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

 span { border-color: rgb(61,54,126); }

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