Html Css Color HEX #3E3A85 Jacksons Purple

📋 copy color: '#3E3A85'

red 62 ◦ green 58 ◦ blue 133

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

Shades of Jacksons Purple #3E3A85

Tints of Jacksons Purple #3E3A85

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 24.51%
G = 22.92%
B = 52.57%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E3A85 (or 0x3E3A85) is known color: Jacksons Purple. HEX triplet: 3E, 3A and 85. RGB value is (62,58,133). Sum of RGB (Red+Green+Blue) = 62+58+133=253 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.51% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E3A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3A85 is #C1C57A. Grayscale: #434343. Windows color (decimal): -12699003 or 8731198. OLE color: 8731198.

HSL color Cylindrical-coordinate representation of color #3E3A85: hue angle of 243.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E3A85 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 62 58 133 -
CMYK 0.53 0.56 0 0.48
HSL 243.2º 0.39% 0.37% -
HSV(B) 243.2º 0.56% 0.52% -
XYZ 7.73 5.74 22.89 -
YUV 67.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 62 58 133 0.53 0.56 0 0.48 243.2 0.39 0.37
Hex 3E 3A 85 35 38 0 30 F3 27 25
Octal 76 72 205 65 70 0 60 363 47 45
Binary 111110 111010 10000101 110101 111000 0 110000 11110011 100111 100101

Color Harmonies of #3E3A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3A85

Black with #3E3A85

Text Example


Text Example

White with #3E3A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,58,133); }

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

background-color css

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

 a { background-color: rgb(62,58,133); }

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

border-color css

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

 span { border-color: rgb(62,58,133); }

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