Html Css Color HEX #3E457B Jacksons Purple

📋 copy color: '#3E457B'

red 62 ◦ green 69 ◦ blue 123

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

Shades of Jacksons Purple #3E457B

Tints of Jacksons Purple #3E457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 24.41%
G = 27.17%
B = 48.43%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3E457B (or 0x3E457B) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 7B. RGB value is (62,69,123). Sum of RGB (Red+Green+Blue) = 62+69+123=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E457B is #C1BA84. Grayscale: #484848. Windows color (decimal): -12696197 or 8078654. OLE color: 8078654.

HSL color Cylindrical-coordinate representation of color #3E457B: hue angle of 233.11º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E457B is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 62 69 123 -
CMYK 0.50 0.44 0 0.52
HSL 233.11º 0.33% 0.36% -
HSV(B) 233.11º 0.5% 0.48% -
XYZ 7.69 6.71 19.63 -
YUV 73.06 156.18 120.11 -
System Red Green Blue C M Y K H S L
Decimal 62 69 123 0.50 0.44 0 0.52 233.11 0.33 0.36
Hex 3E 45 7B 32 2C 0 34 E9 21 24
Octal 76 105 173 62 54 0 64 351 41 44
Binary 111110 1000101 1111011 110010 101100 0 110100 11101001 100001 100100

Color Harmonies of #3E457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E457B

Black with #3E457B

Text Example


Text Example

White with #3E457B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,69,123); }

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

background-color css

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

 a { background-color: rgb(62,69,123); }

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

border-color css

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

 span { border-color: rgb(62,69,123); }

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