Html Css Color HEX #3B3482 Jacksons Purple

📋 copy color: '#3B3482'

red 59 ◦ green 52 ◦ blue 130

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

Shades of Jacksons Purple #3B3482

Tints of Jacksons Purple #3B3482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 24.48%
G = 21.58%
B = 53.94%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B3482 (or 0x3B3482) is known color: Jacksons Purple. HEX triplet: 3B, 34 and 82. RGB value is (59,52,130). Sum of RGB (Red+Green+Blue) = 59+52+130=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B3482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3482 is #C4CB7D. Grayscale: #3E3E3E. Windows color (decimal): -12897150 or 8533051. OLE color: 8533051.

HSL color Cylindrical-coordinate representation of color #3B3482: hue angle of 245.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B3482 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 59 52 130 -
CMYK 0.55 0.60 0 0.49
HSL 245.38º 0.43% 0.36% -
HSV(B) 245.38º 0.6% 0.51% -
XYZ 7.06 5 21.71 -
YUV 62.99 165.82 125.16 -
System Red Green Blue C M Y K H S L
Decimal 59 52 130 0.55 0.60 0 0.49 245.38 0.43 0.36
Hex 3B 34 82 37 3C 0 31 F5 2B 24
Octal 73 64 202 67 74 0 61 365 53 44
Binary 111011 110100 10000010 110111 111100 0 110001 11110101 101011 100100

Color Harmonies of #3B3482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3482

Black with #3B3482

Text Example


Text Example

White with #3B3482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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