Html Css Color HEX #3E458A Jacksons Purple

📋 copy color: '#3E458A'

red 62 ◦ green 69 ◦ blue 138

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

Shades of Jacksons Purple #3E458A

Tints of Jacksons Purple #3E458A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 23.05%
G = 25.65%
B = 51.3%

CMYK

 C value IS 0.55

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E458A (or 0x3E458A) is known color: Jacksons Purple. HEX triplet: 3E, 45 and 8A. RGB value is (62,69,138). Sum of RGB (Red+Green+Blue) = 62+69+138=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E458A is #C1BA75. Grayscale: #4A4A4A. Windows color (decimal): -12696182 or 9061694. OLE color: 9061694.

HSL color Cylindrical-coordinate representation of color #3E458A: hue angle of 234.47º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E458A is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 69 138 -
CMYK 0.55 0.5 0 0.46
HSL 234.47º 0.38% 0.39% -
HSV(B) 234.47º 0.55% 0.54% -
XYZ 8.7 7.12 24.96 -
YUV 74.77 163.68 118.89 -
System Red Green Blue C M Y K H S L
Decimal 62 69 138 0.55 0.5 0 0.46 234.47 0.38 0.39
Hex 3E 45 8A 37 32 0 2E EA 26 27
Octal 76 105 212 67 62 0 56 352 46 47
Binary 111110 1000101 10001010 110111 110010 0 101110 11101010 100110 100111

Color Harmonies of #3E458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E458A

Black with #3E458A

Text Example


Text Example

White with #3E458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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