Html Css Color HEX #3A3082 Jacksons Purple

📋 copy color: '#3A3082'

red 58 ◦ green 48 ◦ blue 130

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

Shades of Jacksons Purple #3A3082

Tints of Jacksons Purple #3A3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.34%

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

R = 24.58%
G = 20.34%
B = 55.08%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#3A3082 (or 0x3A3082) is known color: Jacksons Purple. HEX triplet: 3A, 30 and 82. RGB value is (58,48,130). Sum of RGB (Red+Green+Blue) = 58+48+130=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A3082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3082 is #C5CF7D. Grayscale: #3C3C3C. Windows color (decimal): -12963710 or 8532026. OLE color: 8532026.

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

Color convert

RGB 58 48 130 -
CMYK 0.55 0.63 0 0.49
HSL 247.32º 0.46% 0.35% -
HSV(B) 247.32º 0.63% 0.51% -
XYZ 6.83 4.63 21.65 -
YUV 60.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 58 48 130 0.55 0.63 0 0.49 247.32 0.46 0.35
Hex 3A 30 82 37 3F 0 31 F7 2E 23
Octal 72 60 202 67 77 0 61 367 56 43
Binary 111010 110000 10000010 110111 111111 0 110001 11110111 101110 100011

Color Harmonies of #3A3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3082

Black with #3A3082

Text Example


Text Example

White with #3A3082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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