Html Css Color HEX #3B3982 Jacksons Purple

📋 copy color: '#3B3982'

red 59 ◦ green 57 ◦ blue 130

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

Shades of Jacksons Purple #3B3982

Tints of Jacksons Purple #3B3982

RGB

 RED value IS 59 (23.44% from 255) = 23.98%

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

 BLUE value IS 130 (51.17% from 255) = 52.85%

R = 23.98%
G = 23.17%
B = 52.85%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B3982 (or 0x3B3982) is known color: Jacksons Purple. HEX triplet: 3B, 39 and 82. RGB value is (59,57,130). Sum of RGB (Red+Green+Blue) = 59+57+130=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B3982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3982 is #C4C67D. Grayscale: #414141. Windows color (decimal): -12895870 or 8534331. OLE color: 8534331.

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

Color convert

RGB 59 57 130 -
CMYK 0.55 0.56 0 0.49
HSL 241.64º 0.39% 0.37% -
HSV(B) 241.64º 0.56% 0.51% -
XYZ 7.3 5.47 21.79 -
YUV 65.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 59 57 130 0.55 0.56 0 0.49 241.64 0.39 0.37
Hex 3B 39 82 37 38 0 31 F2 27 25
Octal 73 71 202 67 70 0 61 362 47 45
Binary 111011 111001 10000010 110111 111000 0 110001 11110010 100111 100101

Color Harmonies of #3B3982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3982

Black with #3B3982

Text Example


Text Example

White with #3B3982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,57,130); }

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

background-color css

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

 a { background-color: rgb(59,57,130); }

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

border-color css

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

 span { border-color: rgb(59,57,130); }

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