Html Css Color HEX #3E468E Jacksons Purple

📋 copy color: '#3E468E'

red 62 ◦ green 70 ◦ blue 142

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

Shades of Jacksons Purple #3E468E

Tints of Jacksons Purple #3E468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 22.63%
G = 25.55%
B = 51.82%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E468E (or 0x3E468E) is known color: Jacksons Purple. HEX triplet: 3E, 46 and 8E. RGB value is (62,70,142). Sum of RGB (Red+Green+Blue) = 62+70+142=274 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.63% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E468E is #C1B971. Grayscale: #4B4B4B. Windows color (decimal): -12695922 or 9324094. OLE color: 9324094.

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

Color convert

RGB 62 70 142 -
CMYK 0.56 0.51 0 0.44
HSL 234º 0.39% 0.4% -
HSV(B) 234º 0.56% 0.56% -
XYZ 9.06 7.36 26.53 -
YUV 75.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 62 70 142 0.56 0.51 0 0.44 234 0.39 0.4
Hex 3E 46 8E 38 33 0 2C EA 27 28
Octal 76 106 216 70 63 0 54 352 47 50
Binary 111110 1000110 10001110 111000 110011 0 101100 11101010 100111 101000

Color Harmonies of #3E468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E468E

Black with #3E468E

Text Example


Text Example

White with #3E468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,70,142); }

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

background-color css

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

 a { background-color: rgb(62,70,142); }

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

border-color css

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

 span { border-color: rgb(62,70,142); }

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