Html Css Color HEX #3B3682 Jacksons Purple

📋 copy color: '#3B3682'

red 59 ◦ green 54 ◦ blue 130

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

Shades of Jacksons Purple #3B3682

Tints of Jacksons Purple #3B3682

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

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

R = 24.28%
G = 22.22%
B = 53.5%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3B3682 (or 0x3B3682) is known color: Jacksons Purple. HEX triplet: 3B, 36 and 82. RGB value is (59,54,130). Sum of RGB (Red+Green+Blue) = 59+54+130=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3682 is #C4C97D. Grayscale: #3F3F3F. Windows color (decimal): -12896638 or 8533563. OLE color: 8533563.

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

Color convert

RGB 59 54 130 -
CMYK 0.55 0.58 0 0.49
HSL 243.95º 0.41% 0.36% -
HSV(B) 243.95º 0.58% 0.51% -
XYZ 7.15 5.18 21.74 -
YUV 64.16 165.16 124.32 -
System Red Green Blue C M Y K H S L
Decimal 59 54 130 0.55 0.58 0 0.49 243.95 0.41 0.36
Hex 3B 36 82 37 3A 0 31 F4 29 24
Octal 73 66 202 67 72 0 61 364 51 44
Binary 111011 110110 10000010 110111 111010 0 110001 11110100 101001 100100

Color Harmonies of #3B3682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3682

Black with #3B3682

Text Example


Text Example

White with #3B3682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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