Html Css Color HEX #3E3985 Jacksons Purple

📋 copy color: '#3E3985'

red 62 ◦ green 57 ◦ blue 133

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

Shades of Jacksons Purple #3E3985

Tints of Jacksons Purple #3E3985

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

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

R = 24.6%
G = 22.62%
B = 52.78%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3E3985 (or 0x3E3985) is known color: Jacksons Purple. HEX triplet: 3E, 39 and 85. RGB value is (62,57,133). Sum of RGB (Red+Green+Blue) = 62+57+133=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E3985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3985 is #C1C67A. Grayscale: #424242. Windows color (decimal): -12699259 or 8730942. OLE color: 8730942.

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

Color convert

RGB 62 57 133 -
CMYK 0.53 0.57 0 0.48
HSL 243.95º 0.4% 0.37% -
HSV(B) 243.95º 0.57% 0.52% -
XYZ 7.68 5.64 22.87 -
YUV 67.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 62 57 133 0.53 0.57 0 0.48 243.95 0.4 0.37
Hex 3E 39 85 35 39 0 30 F4 28 25
Octal 76 71 205 65 71 0 60 364 50 45
Binary 111110 111001 10000101 110101 111001 0 110000 11110100 101000 100101

Color Harmonies of #3E3985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3985

Black with #3E3985

Text Example


Text Example

White with #3E3985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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