Html Css Color HEX #3E367E Jacksons Purple

📋 copy color: '#3E367E'

red 62 ◦ green 54 ◦ blue 126

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

Shades of Jacksons Purple #3E367E

Tints of Jacksons Purple #3E367E

RGB

 RED value IS 62 (24.61% from 255) = 25.62%

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

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

R = 25.62%
G = 22.31%
B = 52.07%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E367E (or 0x3E367E) is known color: Jacksons Purple. HEX triplet: 3E, 36 and 7E. RGB value is (62,54,126). Sum of RGB (Red+Green+Blue) = 62+54+126=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 126 (49.61% from 255 or 52.07% from 242); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E367E is #C1C981. Grayscale: #404040. Windows color (decimal): -12700034 or 8271422. OLE color: 8271422.

HSL color Cylindrical-coordinate representation of color #3E367E: hue angle of 246.67º 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 #3E367E is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 54 126 -
CMYK 0.51 0.57 0 0.51
HSL 246.67º 0.4% 0.35% -
HSV(B) 246.67º 0.57% 0.49% -
XYZ 7.07 5.17 20.36 -
YUV 64.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 62 54 126 0.51 0.57 0 0.51 246.67 0.4 0.35
Hex 3E 36 7E 33 39 0 33 F7 28 23
Octal 76 66 176 63 71 0 63 367 50 43
Binary 111110 110110 1111110 110011 111001 0 110011 11110111 101000 100011

Color Harmonies of #3E367E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E367E

Black with #3E367E

Text Example


Text Example

White with #3E367E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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