Html Css Color HEX #3E428A Jacksons Purple

📋 copy color: '#3E428A'

red 62 ◦ green 66 ◦ blue 138

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

Shades of Jacksons Purple #3E428A

Tints of Jacksons Purple #3E428A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 23.31%
G = 24.81%
B = 51.88%

CMYK

 C value IS 0.55

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E428A (or 0x3E428A) is known color: Jacksons Purple. HEX triplet: 3E, 42 and 8A. RGB value is (62,66,138). Sum of RGB (Red+Green+Blue) = 62+66+138=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E428A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E428A is #C1BD75. Grayscale: #484848. Windows color (decimal): -12696950 or 9060926. OLE color: 9060926.

HSL color Cylindrical-coordinate representation of color #3E428A: hue angle of 236.84º 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 #3E428A is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 66 138 -
CMYK 0.55 0.52 0 0.46
HSL 236.84º 0.38% 0.39% -
HSV(B) 236.84º 0.55% 0.54% -
XYZ 8.52 6.76 24.9 -
YUV 73.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 62 66 138 0.55 0.52 0 0.46 236.84 0.38 0.39
Hex 3E 42 8A 37 34 0 2E ED 26 27
Octal 76 102 212 67 64 0 56 355 46 47
Binary 111110 1000010 10001010 110111 110100 0 101110 11101101 100110 100111

Color Harmonies of #3E428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E428A

Black with #3E428A

Text Example


Text Example

White with #3E428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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