Html Css Color HEX #3A3682 Jacksons Purple

📋 copy color: '#3A3682'

red 58 ◦ green 54 ◦ blue 130

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

Shades of Jacksons Purple #3A3682

Tints of Jacksons Purple #3A3682

RGB

 RED value IS 58 (23.05% from 255) = 23.97%

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

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

R = 23.97%
G = 22.31%
B = 53.72%

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

#3A3682 (or 0x3A3682) is known color: Jacksons Purple. HEX triplet: 3A, 36 and 82. RGB value is (58,54,130). Sum of RGB (Red+Green+Blue) = 58+54+130=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A3682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3682 is #C5C97D. Grayscale: #3F3F3F. Windows color (decimal): -12962174 or 8533562. OLE color: 8533562.

HSL color Cylindrical-coordinate representation of color #3A3682: hue angle of 243.16º 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 #3A3682 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 58 54 130 -
CMYK 0.55 0.58 0 0.49
HSL 243.16º 0.41% 0.36% -
HSV(B) 243.16º 0.58% 0.51% -
XYZ 7.09 5.15 21.74 -
YUV 63.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 58 54 130 0.55 0.58 0 0.49 243.16 0.41 0.36
Hex 3A 36 82 37 3A 0 31 F3 29 24
Octal 72 66 202 67 72 0 61 363 51 44
Binary 111010 110110 10000010 110111 111010 0 110001 11110011 101001 100100

Color Harmonies of #3A3682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3682

Black with #3A3682

Text Example


Text Example

White with #3A3682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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